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

triagebot: Treat `I-*nominated` like `I-nominated`

rustbot doesn't allow unauthenticated users to set `I-nominated`; apply the same permissions to the new `I-*nominated` labels.
This commit is contained in:
Yuki Okushi 2021-10-22 19:42:53 +09:00 committed by GitHub
commit ea8a896ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@ allow-unauthenticated = [
"requires-nightly",
"regression-*",
"perf-*",
# I-* without I-nominated
"I-*", "!I-nominated",
# I-* without I-*nominated
"I-*", "!I-*nominated",
"AsyncAwait-OnDeck",
]