Skip to content

Commit

Permalink
Rollup merge of #90563 - joshtriplett:rustbot-allow-labels, r=Mark-Si…
Browse files Browse the repository at this point in the history
…mulacrum

rustbot allow labels

`relnotes` was inspired by #90521 , and by the various `must_use` PRs; in all of those cases, the submitter of the PR could know that `relnotes` applied, but couldn't apply it themselves.

For `needs-fcp`, I think people should be able to help triage by observing that a change needs an FCP before we can apply it.
  • Loading branch information
JohnTitor committed Nov 5, 2021
2 parents 5aa6eaf + 7e02934 commit 1aa8c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"D-*",
"needs-fcp",
"relnotes",
"requires-nightly",
"regression-*",
"perf-*",
Expand Down

0 comments on commit 1aa8c01

Please sign in to comment.