Skip to content

Commit 4ee9d89

Browse files
authored
Merge pull request #1318 from camelid/triagebot
Allow unauthenticated users to set basic status labels
2 parents ac0c45e + 69ec2b1 commit 4ee9d89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[relabel]
2+
allow-unauthenticated = [
3+
"S-waiting-on-review",
4+
"S-waiting-on-author",
5+
"S-blocked",
6+
]

0 commit comments

Comments
 (0)