Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -742,13 +742,15 @@ message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
[notify-zulip."beta-nominated".compiler]
required_labels = ["T-compiler"]
zulip_stream = 474880 # #t-compiler/backports
topic = "#{number}: beta-nominated"
topic = "#{number}: beta-backport nomination"
message_on_add = [
"""\
@**channel** PR #{number} "{title}" has been nominated for beta backport.
PR #{number} "{title}" fixes a regression.
{recipients}, please evaluate nominating this PR for backport.
The following poll is a vibe-check and not binding.
""",
"""\
/poll Approve beta backport of #{number}?
/poll Should #{number} be beta backported?
approve
decline
don't know
Expand All @@ -763,6 +765,7 @@ zulip_stream = 474880 # #t-compiler/backports
topic = "#{number}: beta-nominated"
message_on_add = "PR #{number} has been **accepted** for **beta** backport."

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

# This is disabled
[notify-zulip."stable-accepted".compiler]
required_labels = ["T-compiler"]
zulip_stream = 474880 # #t-compiler/backports
Expand Down
Loading