From 7ca31d5b32eb3a2379844b824c0e33504fcd5313 Mon Sep 17 00:00:00 2001 From: Camelid Date: Thu, 9 Jul 2020 11:06:48 -0700 Subject: [PATCH 1/2] Enable triagebot --- triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 000000000..2777e719e --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,7 @@ +[relabel] +allow-unauthenticated = [ + "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "D-*", +] + +[assign] From 5473b15998278b53b37b7fa7aec8968705429c08 Mon Sep 17 00:00:00 2001 From: Camelid Date: Thu, 9 Jul 2020 11:15:15 -0700 Subject: [PATCH 2/2] Only use website repo labels --- triagebot.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 2777e719e..2de7b06cc 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,6 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", - "D-*", + "A-*", "B-*", "C-*", "O-*", "P-*", "S-*", ] [assign]