Skip to content

Commit e4c6a54

Browse files
committed
Update t-compiler beta nomination Zulip msg
1 parent 94ecb52 commit e4c6a54

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

triagebot.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,13 +742,15 @@ message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
742742
[notify-zulip."beta-nominated".compiler]
743743
required_labels = ["T-compiler"]
744744
zulip_stream = 474880 # #t-compiler/backports
745-
topic = "#{number}: beta-nominated"
745+
topic = "#{number}: beta-backport nomination"
746746
message_on_add = [
747747
"""\
748-
@**channel** PR #{number} "{title}" has been nominated for beta backport.
748+
PR #{number} "{title}" fixes a regression.
749+
{recipients}, please evaluate nominating this PR for backport.
750+
The following poll is a vibe-check and not binding.
749751
""",
750752
"""\
751-
/poll Approve beta backport of #{number}?
753+
/poll Should #{number} be beta backported?
752754
approve
753755
decline
754756
don't know
@@ -763,6 +765,7 @@ zulip_stream = 474880 # #t-compiler/backports
763765
topic = "#{number}: beta-nominated"
764766
message_on_add = "PR #{number} has been **accepted** for **beta** backport."
765767

768+
# This is disabled
766769
[notify-zulip."stable-nominated".compiler]
767770
required_labels = ["T-compiler"]
768771
zulip_stream = 474880 # #t-compiler/backports
@@ -781,6 +784,7 @@ don't know
781784
]
782785
message_on_remove = "PR #{number}'s stable-nomination has been removed."
783786

787+
# This is disabled
784788
[notify-zulip."stable-accepted".compiler]
785789
required_labels = ["T-compiler"]
786790
zulip_stream = 474880 # #t-compiler/backports

0 commit comments

Comments
 (0)