@@ -742,13 +742,15 @@ message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
742
742
[notify-zulip ."beta-nominated" .compiler ]
743
743
required_labels = [" T-compiler" ]
744
744
zulip_stream = 474880 # #t-compiler/backports
745
- topic = " #{number}: beta-nominated "
745
+ topic = " #{number}: beta-backport nomination "
746
746
message_on_add = [
747
747
""" \
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.
749
751
""" ,
750
752
""" \
751
- /poll Approve beta backport of #{number}?
753
+ /poll Should #{number} be beta backported ?
752
754
approve
753
755
decline
754
756
don't know
@@ -763,6 +765,7 @@ zulip_stream = 474880 # #t-compiler/backports
763
765
topic = " #{number}: beta-nominated"
764
766
message_on_add = " PR #{number} has been **accepted** for **beta** backport."
765
767
768
+ # This is disabled
766
769
[notify-zulip ."stable-nominated" .compiler ]
767
770
required_labels = [" T-compiler" ]
768
771
zulip_stream = 474880 # #t-compiler/backports
@@ -781,6 +784,7 @@ don't know
781
784
]
782
785
message_on_remove = " PR #{number}'s stable-nomination has been removed."
783
786
787
+ # This is disabled
784
788
[notify-zulip ."stable-accepted" .compiler ]
785
789
required_labels = [" T-compiler" ]
786
790
zulip_stream = 474880 # #t-compiler/backports
0 commit comments