From e9a1d620378203d8808d6d3391e88be1a0ee3838 Mon Sep 17 00:00:00 2001 From: Camelid <37223377+camelid@users.noreply.github.com> Date: Tue, 28 Jul 2020 18:11:36 -0700 Subject: [PATCH] Enable triagebot --- triagebot.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 000000000..fc4b19e20 --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,6 @@ +[relabel] +allow-unauthenticated = [ + "A-*", "New Content", "Language Cleanup", "Easy", "Formatting", "Enhancement", "Bug", +] + +[assign]