File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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.
4351reviewed_label = " S-waiting-on-author"
@@ -644,7 +652,7 @@ trigger_files = [
644652zulip_stream = 245100 # #t-compiler/prioritization/alerts
645653topic = " #{number} {title}"
646654message_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?
You can’t perform that action at this time.
0 commit comments