Skip to content

Commit

Permalink
Rollup merge of rust-lang#133283 - jieyouxu:triage-relnotes, r=BoxyUwU
Browse files Browse the repository at this point in the history
Don't exclude relnotes from `needs-triage` label

So initially we *didn't* exclude `needs-triage` label, then we did exclude them in rust-lang#132825 as sometimes the `needs-triage` is redundant. However, I think they are probably worth double-checking because often some of the labels are only accurate/relevant for the *implementation* PR, but not for the purposes of the relnotes tracking issue. Furthermore, sometimes relevant team labels can be removed. So to make it less likely for relnotes to slip through, I think we should still label relnotes-tracking-issues with `needs-triage`.

cc https://rust-lang.zulipchat.com/#narrow/channel/241545-t-release/topic/Please.20CC.20lang

r? release
  • Loading branch information
GuillaumeGomez authored Nov 21, 2024
2 parents 7554f9f + 61a03fa commit aeb9f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ new_issue = true
exclude_labels = [
"C-tracking-issue",
"A-diagnostics",
"relnotes-tracking-issue",
]

[autolabel."WG-trait-system-refactor"]
Expand Down

0 comments on commit aeb9f6d

Please sign in to comment.