]> git.lizzy.rs Git - rust.git/commitdiff
rustbot: Allow applying needs-fcp label
authorJosh Triplett <josh@joshtriplett.org>
Thu, 4 Nov 2021 12:35:10 +0000 (13:35 +0100)
committerJosh Triplett <josh@joshtriplett.org>
Thu, 4 Nov 2021 12:36:00 +0000 (13:36 +0100)
People should be able to help triage by observing that a change needs an
FCP before we can apply it.

triagebot.toml

index 3f151ba1695008a27a2304ec0b29b605bb0c7f67..7a9908fe8c0758fcc3047c04b21aa786741d0468 100644 (file)
@@ -2,6 +2,7 @@
 allow-unauthenticated = [
     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
     "D-*",
+    "needs-fcp",
     "relnotes",
     "requires-nightly",
     "regression-*",