From 8df8ce063d4c87e8cdb5bb1cc93bc973b0a85ca6 Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Wed, 27 Oct 2021 19:30:42 +0530 Subject: [PATCH] Add minimal traigebot config --- triagebot.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 00000000..e7ecb6b3 --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,12 @@ +# This will allow users to self assign, and/or drop assignment +[assign] + + +[relabel] +allow-unauthenticated = [ +# For Issue areas + "A-*", + "E-Help-Wanted", + "Bug", + "Feature-Request" +] \ No newline at end of file