@@ -611,7 +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
- [notify-zulip ."beta-nominated" ]
614
+ [notify-zulip ."beta-nominated" . rustdoc ]
615
615
required_labels = [" T-rustdoc" ]
616
616
zulip_stream = 266220 # #t-rustdoc
617
617
topic = " beta-nominated: #{number}"
@@ -632,7 +632,7 @@ message_on_remove = "PR #{number}'s beta-nomination has been removed."
632
632
message_on_close = " PR #{number} has been closed. Thanks for participating!"
633
633
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
634
634
635
- [notify-zulip ."beta-accepted" ]
635
+ [notify-zulip ."beta-accepted" . rustdoc ]
636
636
required_labels = [" T-rustdoc" ]
637
637
zulip_stream = 266220 # #t-rustdoc
638
638
# Put it in the same thread as beta-nominated.
@@ -642,7 +642,7 @@ message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
642
642
message_on_close = " PR #{number} has been closed. Thanks for participating!"
643
643
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
644
644
645
- [notify-zulip ."stable-nominated" ]
645
+ [notify-zulip ."stable-nominated" . rustdoc ]
646
646
required_labels = [" T-rustdoc" ]
647
647
zulip_stream = 266220 # #t-rustdoc
648
648
topic = " stable-nominated: #{number}"
@@ -664,7 +664,7 @@ message_on_remove = "PR #{number}'s stable-nomination has been removed."
664
664
message_on_close = " PR #{number} has been closed. Thanks for participating!"
665
665
message_on_reopen = " PR #{number} has been reopened. Pinging @*T-rustdoc*."
666
666
667
- [notify-zulip ."stable-accepted" ]
667
+ [notify-zulip ."stable-accepted" . rustdoc ]
668
668
required_labels = [" T-rustdoc" ]
669
669
zulip_stream = 266220 # #t-rustdoc
670
670
# Put it in the same thread as stable-nominated.
0 commit comments