Skip to content

Commit 69ec2b1

Browse files
committed
Allow unauthenticated users to set basic status labels
More labels can be permitted later, but these labels are useful to indicate the status of a PR. E.g., if someone addresses a review, there should be a way for them to switch `S-waiting-on-author` to `S-waiting-on-review`.
1 parent a0438c4 commit 69ec2b1

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)