Skip to content

Commit 17d1ed3

Browse files
authored
Merge pull request #1676 from YJDoc2/add_triagebot
Add minimal traigebot config
2 parents 4d20fa5 + 8df8ce0 commit 17d1ed3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

triagebot.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This will allow users to self assign, and/or drop assignment
2+
[assign]
3+
4+
5+
[relabel]
6+
allow-unauthenticated = [
7+
# For Issue areas
8+
"A-*",
9+
"E-Help-Wanted",
10+
"Bug",
11+
"Feature-Request"
12+
]

0 commit comments

Comments
 (0)