Skip to content

Commit 1fbce5c

Browse files
authored
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.
2 parents c24e75a + d50832b commit 1fbce5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ allow-unauthenticated = [
55
"requires-nightly",
66
"regression-*",
77
"perf-*",
8-
# I-* without I-nominated
9-
"I-*", "!I-nominated",
8+
# I-* without I-*nominated
9+
"I-*", "!I-*nominated",
1010
"AsyncAwait-OnDeck",
1111
]
1212

0 commit comments

Comments
 (0)