Add minimal traigebot config

This commit is contained in:
Yashodhan Joshi 2021-10-27 19:30:42 +05:30
parent 4d20fa578b
commit 8df8ce063d
1 changed files with 12 additions and 0 deletions

12
triagebot.toml Normal file
View File

@ -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"
]