Skip to content

Commit

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

rustbot allow labels

`relnotes` was inspired by rust-lang#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
matthiaskrgr committed Nov 4, 2021
2 parents 664129b + 7e02934 commit 4694114
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 4694114

Please sign in to comment.