Rollup merge of #98409 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum

triagebot.toml: Allow applying nominated labels
This commit is contained in:
Michael Goulet 2022-06-23 14:39:17 -07:00 committed by GitHub
commit 8db945f012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
]