Skip to content

Commit a88c9f0

Browse files
Rollup merge of #157242 - apiraino:tune-backport-zulip-messages, r=Urgau
Tune backport Zulip messages Asked in triagebot#2407 In the zulip message that opens a backport poll, adds a suggestion about the correct triagebot syntax to approve/decline a backport to avoid ambiguity and typos Thanks for a review r? @Urgau
2 parents 955801c + b592dd8 commit a88c9f0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,10 @@ message_on_add = [
777777
PR #{number} "{title}" fixes a regression and has been nominated for backport.
778778
{recipients}, what do you think about it?
779779
This topic will help T-compiler getting context about it.
780+
781+
Tip: to approve or decline from this Zulip thread, use:
782+
@_**triagebot** backport approve beta #{number}
783+
@_**triagebot** backport decline beta #{number}
780784
""",
781785
"""\
782786
/poll Should #{number} be beta backported?
@@ -802,6 +806,11 @@ message_on_add = [
802806
"""\
803807
PR #{number} "{title}" fixes a regression and has been nominated for backport.
804808
{recipients}, what do you think about it?
809+
This topic will help T-compiler getting context about it.
810+
811+
Tip: to approve or decline from this Zulip thread, use:
812+
@_**triagebot** backport approve stable #{number}
813+
@_**triagebot** backport decline stable #{number}
805814
""",
806815
"""\
807816
/poll Approve stable backport of #{number}?

0 commit comments

Comments
 (0)