Skip to content

Commit 8405332

Browse files
committed
Auto merge of #140909 - fmease:modern-notif-backport-rustdoc, r=apiraino
Use new form for T-rustdoc's {beta,stable}-{nominated,accepted} notify-Zulip triggers Applies [#t-rustdoc > PSA: New actions on backport notifs @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/PSA.3A.20New.20actions.20on.20backport.20notifs/near/514823133). Complements #140397. r? `@apiraino` or T-triagebot
2 parents 1a7f290 + 42d3ba7 commit 8405332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

triagebot.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ message_on_remove = "Issue #{number}'s prioritization request has been removed."
611611
message_on_close = "Issue #{number} has been closed while requested for prioritization."
612612
message_on_reopen = "Issue #{number} has been reopened."
613613

614-
[notify-zulip."beta-nominated"]
614+
[notify-zulip."beta-nominated".rustdoc]
615615
required_labels = ["T-rustdoc"]
616616
zulip_stream = 266220 # #t-rustdoc
617617
topic = "beta-nominated: #{number}"
@@ -632,7 +632,7 @@ message_on_remove = "PR #{number}'s beta-nomination has been removed."
632632
message_on_close = "PR #{number} has been closed. Thanks for participating!"
633633
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
634634

635-
[notify-zulip."beta-accepted"]
635+
[notify-zulip."beta-accepted".rustdoc]
636636
required_labels = ["T-rustdoc"]
637637
zulip_stream = 266220 # #t-rustdoc
638638
# Put it in the same thread as beta-nominated.
@@ -642,7 +642,7 @@ message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
642642
message_on_close = "PR #{number} has been closed. Thanks for participating!"
643643
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
644644

645-
[notify-zulip."stable-nominated"]
645+
[notify-zulip."stable-nominated".rustdoc]
646646
required_labels = ["T-rustdoc"]
647647
zulip_stream = 266220 # #t-rustdoc
648648
topic = "stable-nominated: #{number}"
@@ -664,7 +664,7 @@ message_on_remove = "PR #{number}'s stable-nomination has been removed."
664664
message_on_close = "PR #{number} has been closed. Thanks for participating!"
665665
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
666666

667-
[notify-zulip."stable-accepted"]
667+
[notify-zulip."stable-accepted".rustdoc]
668668
required_labels = ["T-rustdoc"]
669669
zulip_stream = 266220 # #t-rustdoc
670670
# Put it in the same thread as stable-nominated.

0 commit comments

Comments
 (0)