@@ -742,13 +742,15 @@ message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
742742[notify-zulip ."beta-nominated" .compiler ]
743743required_labels = [" T-compiler" ]
744744zulip_stream = 474880 # #t-compiler/backports
745- topic = " #{number}: beta-nominated "
745+ topic = " #{number}: beta-backport nomination "
746746message_on_add = [
747747 """ \
748- @**channel** PR #{number} "{title}" has been nominated for beta backport.
748+ PR #{number} "{title}" fixes a regression.
749+ {recipients}, please evaluate nominating this PR for backport.
750+ The following poll is a vibe-check and not binding.
749751""" ,
750752 """ \
751- /poll Approve beta backport of #{number}?
753+ /poll Should #{number} be beta backported ?
752754approve
753755decline
754756don't know
@@ -763,6 +765,7 @@ zulip_stream = 474880 # #t-compiler/backports
763765topic = " #{number}: beta-nominated"
764766message_on_add = " PR #{number} has been **accepted** for **beta** backport."
765767
768+ # This is disabled
766769[notify-zulip ."stable-nominated" .compiler ]
767770required_labels = [" T-compiler" ]
768771zulip_stream = 474880 # #t-compiler/backports
@@ -781,6 +784,7 @@ don't know
781784]
782785message_on_remove = " PR #{number}'s stable-nomination has been removed."
783786
787+ # This is disabled
784788[notify-zulip ."stable-accepted" .compiler ]
785789required_labels = [" T-compiler" ]
786790zulip_stream = 474880 # #t-compiler/backports
0 commit comments