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:
Josh Triplett 2021-11-04 13:34:10 +01:00
parent 4061c04079
commit 056af9dbc8

View file

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