From c6061116e99dfa15fc2f787cba589ba87cb2c6c4 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 11 Jul 2022 21:27:05 -0400 Subject: [PATCH 1/2] set up triagebot --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 000000000000..264f0da7d33d --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,2 @@ +# Gives us the commands 'ready', 'author', 'blocked' +[shortcut] From 9f1cab53a724cfb61cdd49c884e142a8d7007cda Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 11 Jul 2022 22:55:59 -0400 Subject: [PATCH 2/2] allow some relabeling as well --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 264f0da7d33d..21a154cafd40 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,2 +1,11 @@ +[relabel] +allow-unauthenticated = [ + "A-*", + "C-*", + "E-*", + "I-*", + "S-*", + ] + # Gives us the commands 'ready', 'author', 'blocked' [shortcut]