File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -764,6 +764,13 @@ don't know
764764]
765765message_on_remove = " PR #{number}'s beta-nomination has been removed."
766766
767+ [notify-zulip ."beta-accepted" .bootstrap ]
768+ required_labels = [" T-bootstrap" ]
769+ zulip_stream = 507486 # #t-infra/bootstrap/backports
770+ # Put it in the same thread as beta-nominated.
771+ topic = " #{number}: beta-nominated"
772+ message_on_add = " PR #{number} has been **accepted** for **beta** backport."
773+
767774[notify-zulip ."stable-nominated" .bootstrap ]
768775required_labels = [" T-bootstrap" ]
769776zulip_stream = 507486 # #t-infra/bootstrap/backports
@@ -782,6 +789,13 @@ don't know
782789]
783790message_on_remove = " PR #{number}'s stable-nomination has been removed."
784791
792+ [notify-zulip ."stable-accepted" .bootstrap ]
793+ required_labels = [" T-bootstrap" ]
794+ zulip_stream = 507486 # #t-infra/bootstrap/backports
795+ # Put it in the same thread as stable-nominated.
796+ topic = " #{number}: stable-nominated"
797+ message_on_add = " PR #{number} has been **accepted** for **stable** backport."
798+
785799
786800[notify-zulip ."A-edition-2021" ]
787801required_labels = [" C-bug" ]
You can’t perform that action at this time.
0 commit comments