Skip to content

Commit a71cd41

Browse files
authored
Rollup merge of #147527 - apiraino:update-beta-nom-zulip-msg, r=Kobzol
Update t-compiler beta nomination Zulip msg Sister patch of [triagebot#2191](rust-lang/triagebot#2191) Follow-up to #147263 The triagebot now triggers a different message when a PR is nominated for backport, making it look like more a suggestion to evaluate for the author/reviewers than a mandatory decision for the team to take. The wording (as per [triagebot#2191](rust-lang/triagebot#2191)) is open to suggestions. Thanks
2 parents 88efae3 + de67ea3 commit a71cd41

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

triagebot.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,13 +738,15 @@ message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
738738
[notify-zulip."beta-nominated".compiler]
739739
required_labels = ["T-compiler"]
740740
zulip_stream = 474880 # #t-compiler/backports
741-
topic = "#{number}: beta-nominated"
741+
topic = "#{number}: beta-backport nomination"
742742
message_on_add = [
743743
"""\
744-
@**channel** PR #{number} "{title}" has been nominated for beta backport.
744+
PR #{number} "{title}" fixes a regression.
745+
{recipients}, please evaluate nominating this PR for backport.
746+
The following poll is a vibe-check and not binding.
745747
""",
746748
"""\
747-
/poll Approve beta backport of #{number}?
749+
/poll Should #{number} be beta backported?
748750
approve
749751
decline
750752
don't know

0 commit comments

Comments
 (0)