Allow everyone to assign labels with rustbot

This commit is contained in:
Oliver Scherer 2019-09-28 14:14:20 +02:00 committed by GitHub
parent 5f058d80fc
commit 79c4543e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]