]> git.lizzy.rs Git - rust.git/commitdiff
triagebot: Treat `I-*nominated` like `I-nominated`
authorJosh Triplett <josh@joshtriplett.org>
Thu, 21 Oct 2021 13:07:36 +0000 (15:07 +0200)
committerJosh Triplett <josh@joshtriplett.org>
Thu, 21 Oct 2021 13:07:36 +0000 (15:07 +0200)
rustbot doesn't allow unauthenticated users to set `I-nominated`; apply
the same permissions to the new `I-*nominated` labels.

triagebot.toml

index 1e4df4d3fb79a58185907d63c0574bdeb779ec16..48c7a00de7830c83e4659f49f35358049949fea1 100644 (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",
 ]