diff options
author | 2019-11-29 13:17:05 +0000 | |
---|---|---|
committer | 2019-11-29 13:17:05 +0000 | |
commit | 24176a97e65e65a768e4e06b192f38da511d1025 (patch) | |
tree | d2a8f3dd40cb50f79a8decfe99d5799a311b4a7d /OWNERS | |
parent | d56dbffa95963f1e0ca14c0f75e42c816c0783a8 (diff) | |
download | coredns-24176a97e65e65a768e4e06b192f38da511d1025.tar.gz coredns-24176a97e65e65a768e4e06b192f38da511d1025.tar.zst coredns-24176a97e65e65a768e4e06b192f38da511d1025.zip |
Move to CODEOWNERS (#3489)
* Move to CODEOWNERS
No change in who own what; just a move to CODEOWNERS. This allows
dreck cleanups.
Added .dreck.yaml for alias and exec.
Fixes: #3486
Signed-off-by: Miek Gieben <miek@miek.nl>
* stickler bot
Signed-off-by: Miek Gieben <miek@miek.nl>
* sort the file
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'OWNERS')
-rw-r--r-- | OWNERS | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 7807a965a..000000000 --- a/OWNERS +++ /dev/null @@ -1,32 +0,0 @@ -approvers: - - bradbeam - - chrisohaver # Infoblox | cohaver@infoblox.com - - dilyevsky - - fastest963 - - greenpau - - grobie - - isolus - - johnbelamaric - - miekg # miek@miek.nl | project lead: 11/11/2020 - - pmoroney - - rajansandeep - - stp-ip - - superq - - yongtang - -features: - - comments - - reviewers - - aliases - - branches - - exec - -aliases: - - | - /plugin: (.*) -> /label add: plugin/$1 - - | - /approve -> /lgtm - - | - /wai -> /label add: works as intended - - | - /release: (.*) -> /exec: /opt/bin/release-coredns $1 |