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.
This commit is contained in:
Josh Triplett 2021-11-04 13:35:10 +01:00
parent 056af9dbc8
commit 7e0293428f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"D-*",
"needs-fcp",
"relnotes",
"requires-nightly",
"regression-*",