]> git.lizzy.rs Git - rust.git/commitdiff
triagebot.toml: Allow applying nominated labels
authorJosh Triplett <josh@joshtriplett.org>
Wed, 22 Jun 2022 21:01:31 +0000 (14:01 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Wed, 22 Jun 2022 21:01:31 +0000 (14:01 -0700)
This seems likely to help more than it would hurt; let's see how it
goes.

triagebot.toml

index 25e2c384624e9a89e0b5b3e926edf1cf3e263c1f..dbaee7983bbc2defd969042e4bca016d75fa1ba4 100644 (file)
@@ -1,14 +1,12 @@
 [relabel]
 allow-unauthenticated = [
-    "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
+    "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
     "D-*",
     "needs-fcp",
     "relnotes",
     "requires-nightly",
     "regression-*",
     "perf-*",
-    # I-* without I-*nominated
-    "I-*", "!I-*nominated",
     "AsyncAwait-OnDeck",
 ]