From bd128ac194d4285b20b0492c761794ec10a1ce13 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 16 Oct 2020 02:24:57 +0900 Subject: [PATCH] Allow contributors to label issues via rustbot --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index fa0824ac..702ee90f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1 +1,6 @@ +[relabel] +allow-unauthenticated = [ + "C-*", "O-*", "S-*" +] + [assign]