Skip to content

Commit c2b1c72

Browse files
authored
Rollup merge of rust-lang#90563 - joshtriplett:rustbot-allow-labels, 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.
2 parents fc106a8 + 7e02934 commit c2b1c72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

triagebot.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
allow-unauthenticated = [
33
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
44
"D-*",
5+
"needs-fcp",
6+
"relnotes",
57
"requires-nightly",
68
"regression-*",
79
"perf-*",

0 commit comments

Comments
 (0)