Skip to content

Commit bf65acc

Browse files
authored
Unrolled build for #147942
Rollup merge of #147942 - apiraino:enable-label-aliases, r=Urgau Enable regression labeling aliases Enabling label aliases when regressions bleed into the next release channel (nightly -> beta, beta -> stable). This configuration enables these two aliases: - ```@rustbot`` label to-beta` (switch regression label <anything> -> beta) - ```@rustbot`` label to-stable` (switch regression label <anything> -> beta) Pending merge of [triagebot#2172](rust-lang/triagebot#2172)
2 parents 17e7324 + d5839f9 commit bf65acc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ allow-unauthenticated = [
3838
"has-merge-commits",
3939
]
4040

41+
[relabel.to-stable]
42+
add-labels = ["regression-from-stable-to-stable"]
43+
rem-labels = ["regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
44+
45+
[relabel.to-beta]
46+
add-labels = ["regression-from-stable-to-beta"]
47+
rem-labels = ["regression-from-stable-to-stable", "regression-from-stable-to-nightly"]
48+
4149
[review-submitted]
4250
# This label is added when a "request changes" review is submitted.
4351
reviewed_label = "S-waiting-on-author"

0 commit comments

Comments
 (0)