Skip to content

Commit df2413c

Browse files
authored
Rollup merge of rust-lang#133283 - jieyouxu:triage-relnotes, r=BoxyUwU
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
2 parents 8259859 + 61a03fa commit df2413c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: triagebot.toml

-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ new_issue = true
451451
exclude_labels = [
452452
"C-tracking-issue",
453453
"A-diagnostics",
454-
"relnotes-tracking-issue",
455454
]
456455

457456
[autolabel."WG-trait-system-refactor"]

0 commit comments

Comments
 (0)