Skip to content

Commit d50832b

Browse files
committedOct 21, 2021
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.
1 parent e015ef5 commit d50832b

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)