diff options
author | 2018-05-23 23:17:26 +0100 | |
---|---|---|
committer | 2018-05-23 23:17:26 +0100 | |
commit | 4ec613e186fa1aa62c96791ed0bdc94e92a5522d (patch) | |
tree | a9182113f327cebcee4d054d14c3700036d10f88 /OWNERS | |
parent | 1ae8a9e3219e29c0000848a8d2b1fb17faed8eb0 (diff) | |
download | coredns-4ec613e186fa1aa62c96791ed0bdc94e92a5522d.tar.gz coredns-4ec613e186fa1aa62c96791ed0bdc94e92a5522d.tar.zst coredns-4ec613e186fa1aa62c96791ed0bdc94e92a5522d.zip |
Enable new features of Corbot (#1831)
enable alias and add one, so that "/plugin: forward" adds a label
called plugin-forward to the issue.
enable branches that automatically delete merged branches.
Diffstat (limited to 'OWNERS')
-rw-r--r-- | OWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,11 +14,20 @@ reviewers: - superq - varyoo - yongtang + approvers: - chrisohaver - johnbelamaric - miekg - yongtang + features: - comments - reviewers + - aliases + - branches + +aliases: + - | + /plugin: (.*) -> /label add: plugin/$1 + |