mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Rollup merge of #98409 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
triagebot.toml: Allow applying nominated labels
This commit is contained in:
commit
8db945f012
@ -1,14 +1,21 @@
|
||||
[relabel]
|
||||
allow-unauthenticated = [
|
||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
||||
"A-*",
|
||||
"C-*",
|
||||
"D-*",
|
||||
"E-*",
|
||||
"F-*",
|
||||
"I-*",
|
||||
"NLL-*",
|
||||
"O-*",
|
||||
"S-*",
|
||||
"T-*",
|
||||
"WG-*",
|
||||
"needs-fcp",
|
||||
"relnotes",
|
||||
"requires-nightly",
|
||||
"regression-*",
|
||||
"perf-*",
|
||||
# I-* without I-*nominated
|
||||
"I-*", "!I-*nominated",
|
||||
"AsyncAwait-OnDeck",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user