@@ -611,10 +611,7 @@ message_on_remove = "Issue #{number}'s prioritization request has been removed."
611
611
message_on_close = " Issue #{number} has been closed while requested for prioritization."
612
612
message_on_reopen = " Issue #{number} has been reopened."
613
613
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.
617
- [notify-zulip ."beta-nominated" ]
614
+ [notify-zulip ."beta-nominated" .rustdoc ]
618
615
required_labels = [" T-rustdoc" ]
619
616
zulip_stream = 266220 # #t-rustdoc
620
617
topic = " beta-nominated: #{number}"
@@ -635,10 +632,7 @@ message_on_remove = "PR #{number}'s beta-nomination has been removed."
635
632
message_on_close = " PR #{number} has been closed. Thanks for participating!"
636
633
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
637
634
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.
641
- [notify-zulip ."beta-accepted" ]
635
+ [notify-zulip ."beta-accepted" .rustdoc ]
642
636
required_labels = [" T-rustdoc" ]
643
637
zulip_stream = 266220 # #t-rustdoc
644
638
# Put it in the same thread as beta-nominated.
@@ -648,10 +642,7 @@ message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
648
642
message_on_close = " PR #{number} has been closed. Thanks for participating!"
649
643
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
650
644
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.
654
- [notify-zulip ."stable-nominated" ]
645
+ [notify-zulip ."stable-nominated" .rustdoc ]
655
646
required_labels = [" T-rustdoc" ]
656
647
zulip_stream = 266220 # #t-rustdoc
657
648
topic = " stable-nominated: #{number}"
@@ -673,10 +664,7 @@ message_on_remove = "PR #{number}'s stable-nomination has been removed."
673
664
message_on_close = " PR #{number} has been closed. Thanks for participating!"
674
665
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
675
666
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.
679
- [notify-zulip ."stable-accepted" ]
667
+ [notify-zulip ."stable-accepted" .rustdoc ]
680
668
required_labels = [" T-rustdoc" ]
681
669
zulip_stream = 266220 # #t-rustdoc
682
670
# Put it in the same thread as stable-nominated.
0 commit comments