Skip to content

Commit 6f48758

Browse files
committed
Configure bootstrap backport nominations via triagebot
1 parent 7c10378 commit 6f48758

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
@@ -729,6 +729,41 @@ don't know
729729
]
730730
message_on_remove = "PR #{number}'s stable-nomination has been removed."
731731

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

0 commit comments

Comments
 (0)