Skip to content

Commit 8b723c5

Browse files
committed
Enable regression labeling aliases
1 parent ebe145e commit 8b723c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

triagebot.toml

Lines changed: 9 additions & 1 deletion
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"
@@ -644,7 +652,7 @@ trigger_files = [
644652
zulip_stream = 245100 # #t-compiler/prioritization/alerts
645653
topic = "#{number} {title}"
646654
message_on_add = """\
647-
@*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
655+
@*t-compiler-prioritization/alerts* issue #{number} has been requested for prioritization.
648656
649657
# [Procedure](https://forge.rust-lang.org/compiler/prioritization.html)
650658
- Priority?

0 commit comments

Comments
 (0)