Skip to content

Commit 0ff82ed

Browse files
committed
triagebot: configure bootstrap backport nominations
1 parent c68032f commit 0ff82ed

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

triagebot.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,41 @@ don't know
724724
]
725725
message_on_remove = "PR #{number}'s stable-nomination has been removed."
726726

727+
[notify-zulip."beta-nominated".bootstrap]
728+
required_labels = ["T-bootstrap"]
729+
zulip_stream = 507486 # #t-infra/bootstrap/backports
730+
topic = "#{number}: beta-nominated"
731+
message_on_add = [
732+
"""\
733+
@**channel** PR #{number} "{title}" has been nominated for beta backport.
734+
""",
735+
"""\
736+
/poll Approve beta backport of #{number}?
737+
approve
738+
decline
739+
don't know
740+
""",
741+
]
742+
message_on_remove = "PR #{number}'s beta-nomination has been removed."
743+
744+
[notify-zulip."stable-nominated".bootstrap]
745+
required_labels = ["T-bootstrap"]
746+
zulip_stream = 507486 # #t-infra/bootstrap/backports
747+
topic = "#{number}: stable-nominated"
748+
message_on_add = [
749+
"""\
750+
@**channel** PR #{number} "{title}" has been nominated for stable backport.
751+
""",
752+
"""\
753+
/poll Approve stable backport of #{number}?
754+
approve
755+
approve (but does not justify new dot release on its own)
756+
decline
757+
don't know
758+
""",
759+
]
760+
message_on_remove = "PR #{number}'s stable-nomination has been removed."
761+
727762
[notify-zulip."A-edition-2021"]
728763
required_labels = ["C-bug"]
729764
zulip_stream = 268952 # #edition

0 commit comments

Comments
 (0)