Add beta-nominated label to triagebot
Also non-maintainers should be able to label PRs with `beta-nominated`.
This commit is contained in:
parent
cb8df45333
commit
00192d299d
|
@ -1,7 +1,7 @@
|
||||||
[relabel]
|
[relabel]
|
||||||
allow-unauthenticated = [
|
allow-unauthenticated = [
|
||||||
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
|
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
|
||||||
"good-first-issue"
|
"good-first-issue", "beta-nominated"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Allows shortcuts like `@rustbot ready`
|
# Allows shortcuts like `@rustbot ready`
|
||||||
|
|
Loading…
Reference in New Issue