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:
commit
ea8a896ee8
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue