diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 0000000000..e7ecb6b3f4 --- /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