mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
triagebot.toml: Allow applying nominated labels
This seems likely to help more than it would hurt; let's see how it goes.
This commit is contained in:
parent
10f4ce324b
commit
96cc0c691a
@ -1,14 +1,12 @@
|
||||
[relabel]
|
||||
allow-unauthenticated = [
|
||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
|
||||
"D-*",
|
||||
"needs-fcp",
|
||||
"relnotes",
|
||||
"requires-nightly",
|
||||
"regression-*",
|
||||
"perf-*",
|
||||
# I-* without I-*nominated
|
||||
"I-*", "!I-*nominated",
|
||||
"AsyncAwait-OnDeck",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user