From 7e0293428fd9118a04e54beb8fc5f4bd24b5386b Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 4 Nov 2021 13:35:10 +0100 Subject: [PATCH] rustbot: Allow applying needs-fcp label People should be able to help triage by observing that a change needs an FCP before we can apply it. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 3f151ba1695..7a9908fe8c0 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -2,6 +2,7 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "D-*", + "needs-fcp", "relnotes", "requires-nightly", "regression-*",