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
This commit is contained in:
bors 2019-10-08 06:30:50 +00:00
commit bbad77a12a

7
triagebot.toml Normal file
View File

@ -0,0 +1,7 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "L-*", "M-*", "O-*",
"good first issue", "needs test"
]
[assign]