rustbot: Allow applying relnotes label
Inspired by https://github.com/rust-lang/rust/pull/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.
This commit is contained in:
parent
4061c04079
commit
056af9dbc8
@ -2,6 +2,7 @@
|
||||
allow-unauthenticated = [
|
||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
||||
"D-*",
|
||||
"relnotes",
|
||||
"requires-nightly",
|
||||
"regression-*",
|
||||
"perf-*",
|
||||
|
Loading…
Reference in New Issue
Block a user