Merge pull request #1676 from YJDoc2/add_triagebot

Add minimal traigebot config
This commit is contained in:
Eric Huss 2021-10-27 09:31:40 -07:00 committed by GitHub
commit 17d1ed3716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
]