From 4ec613e186fa1aa62c96791ed0bdc94e92a5522d Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 23 May 2018 23:17:26 +0100 Subject: [PATCH] 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. --- OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/OWNERS b/OWNERS index 9e85109e0..24c52b0fc 100644 --- a/OWNERS +++ b/OWNERS @@ -14,11 +14,20 @@ reviewers: - superq - varyoo - yongtang + approvers: - chrisohaver - johnbelamaric - miekg - yongtang + features: - comments - reviewers + - aliases + - branches + +aliases: + - | + /plugin: (.*) -> /label add: plugin/$1 +