diff options
author | 2019-11-29 13:17:05 +0000 | |
---|---|---|
committer | 2019-11-29 13:17:05 +0000 | |
commit | 24176a97e65e65a768e4e06b192f38da511d1025 (patch) | |
tree | d2a8f3dd40cb50f79a8decfe99d5799a311b4a7d /.dreck.yaml | |
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 '.dreck.yaml')
-rw-r--r-- | .dreck.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.dreck.yaml b/.dreck.yaml new file mode 100644 index 000000000..12c8a4c4b --- /dev/null +++ b/.dreck.yaml @@ -0,0 +1,11 @@ +features: + - aliases + - exec + +aliases: + - | + /plugin (.*) -> /label plugin/$1 + - | + /wai -> /label works as intended + - | + /release (.*) -> /exec /opt/bin/release-coredns $1 |