Skip to content

Commit bbad77a

Browse files
committed
Auto merge of #4595 - rust-lang:rustbot, r=flip1995
Allow everyone to assign labels with rustbot Also allows people to claim issues even if they aren't part of the org changelog: none
2 parents e2393b0 + 79c4543 commit bbad77a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[relabel]
2+
allow-unauthenticated = [
3+
"C-*", "A-*", "E-*", "L-*", "M-*", "O-*",
4+
"good first issue", "needs test"
5+
]
6+
7+
[assign]

0 commit comments

Comments
 (0)