Skip to content

Commit

Permalink
rustbot: Allow applying relnotes label
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joshtriplett committed Nov 4, 2021
1 parent 4061c04 commit 056af9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"D-*",
"relnotes",
"requires-nightly",
"regression-*",
"perf-*",
Expand Down

0 comments on commit 056af9d

Please sign in to comment.