Skip to content

Commit 170a129

Browse files
committed
Add T-compiler backports Zulip notifications
1 parent 9bfa31f commit 170a129

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

triagebot.toml

+35
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,41 @@ message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all f
691691
message_on_close = "Issue #{number} has been closed. Thanks for participating!"
692692
message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
693693

694+
[notify-zulip."beta-nominated".compiler]
695+
required_labels = ["T-compiler"]
696+
zulip_stream = 474880 # #t-compiler/backports
697+
topic = "#{number}: beta-nominated"
698+
message_on_add = [
699+
"""\
700+
@**channel** PR #{number} "{title}" has been nominated for beta backport.
701+
""",
702+
"""\
703+
/poll Approve beta backport of #{number}?
704+
approve
705+
decline
706+
don't know
707+
""",
708+
]
709+
message_on_remove = "PR #{number}'s beta-nomination has been removed."
710+
711+
[notify-zulip."stable-nominated".compiler]
712+
required_labels = ["T-compiler"]
713+
zulip_stream = 474880 # #t-compiler/backports
714+
topic = "#{number}: stable-nominated"
715+
message_on_add = [
716+
"""\
717+
@**channel** PR #{number} "{title}" has been nominated for beta backport.
718+
""",
719+
"""\
720+
/poll Approve beta backport of #{number}?
721+
approve
722+
approve (but does not justify new dot release on its own)
723+
decline
724+
don't know
725+
""",
726+
]
727+
message_on_remove = "PR #{number}'s stable-nomination has been removed."
728+
694729
[notify-zulip."A-edition-2021"]
695730
required_labels = ["C-bug"]
696731
zulip_stream = 268952 # #edition

0 commit comments

Comments
 (0)