@@ -611,9 +611,6 @@ message_on_remove = "Issue #{number}'s prioritization request has been removed."
611611message_on_close = " Issue #{number} has been closed while requested for prioritization."
612612message_on_reopen = " Issue #{number} has been reopened."
613613
614- # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
615- # At the moment, the beta-nominated+T-rustdoc action fully occupies the beta-nominated slot
616- # preventing others from adding more beta-nominated actions.
617614[notify-zulip ."beta-nominated" ]
618615required_labels = [" T-rustdoc" ]
619616zulip_stream = 266220 # #t-rustdoc
@@ -635,9 +632,6 @@ message_on_remove = "PR #{number}'s beta-nomination has been removed."
635632message_on_close = " PR #{number} has been closed. Thanks for participating!"
636633message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
637634
638- # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
639- # At the moment, the beta-accepted+T-rustdoc action fully occupies the beta-accepted slot
640- # preventing others from adding more beta-accepted actions.
641635[notify-zulip ."beta-accepted" ]
642636required_labels = [" T-rustdoc" ]
643637zulip_stream = 266220 # #t-rustdoc
@@ -648,9 +642,6 @@ message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
648642message_on_close = " PR #{number} has been closed. Thanks for participating!"
649643message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
650644
651- # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
652- # At the moment, the stable-nominated+T-rustdoc action fully occupies the stable-nominated slot
653- # preventing others from adding more stable-nominated actions.
654645[notify-zulip ."stable-nominated" ]
655646required_labels = [" T-rustdoc" ]
656647zulip_stream = 266220 # #t-rustdoc
@@ -673,9 +664,6 @@ message_on_remove = "PR #{number}'s stable-nomination has been removed."
673664message_on_close = " PR #{number} has been closed. Thanks for participating!"
674665message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
675666
676- # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
677- # At the moment, the stable-accepted+T-rustdoc action fully occupies the stable-accepted slot
678- # preventing others from adding more stable-accepted actions.
679667[notify-zulip ."stable-accepted" ]
680668required_labels = [" T-rustdoc" ]
681669zulip_stream = 266220 # #t-rustdoc
@@ -696,6 +684,41 @@ message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all f
696684message_on_close = " Issue #{number} has been closed. Thanks for participating!"
697685message_on_reopen = " Issue #{number} has been reopened. Pinging @*T-types*."
698686
687+ [notify-zulip ."beta-nominated" .compiler ]
688+ required_labels = [" T-compiler" ]
689+ zulip_stream = 474880 # #t-compiler/backports
690+ topic = " #{number}: beta-nominated"
691+ message_on_add = [
692+ """ \
693+ @**channel** PR #{number} "{title}" has been nominated for beta backport.
694+ """ ,
695+ """ \
696+ /poll Approve beta backport of #{number}?
697+ approve
698+ decline
699+ don't know
700+ """ ,
701+ ]
702+ message_on_remove = " PR #{number}'s beta-nomination has been removed."
703+
704+ [notify-zulip ."stable-nominated" .compiler ]
705+ required_labels = [" T-compiler" ]
706+ zulip_stream = 474880 # #t-compiler/backports
707+ topic = " #{number}: stable-nominated"
708+ message_on_add = [
709+ """ \
710+ @**channel** PR #{number} "{title}" has been nominated for stable backport.
711+ """ ,
712+ """ \
713+ /poll Approve stable backport of #{number}?
714+ approve
715+ approve (but does not justify new dot release on its own)
716+ decline
717+ don't know
718+ """ ,
719+ ]
720+ message_on_remove = " PR #{number}'s stable-nomination has been removed."
721+
699722[notify-zulip ."A-edition-2021" ]
700723required_labels = [" C-bug" ]
701724zulip_stream = 268952 # #edition
0 commit comments