Skip to content

Commit bcbfe43

Browse files
committed
Use new form for T-rustdoc's {beta,stable}-{nominated,accepted} notify-Zulip triggers
1 parent dbab4e1 commit bcbfe43

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

triagebot.toml

+4-16
Original file line numberDiff line numberDiff line change
@@ -611,10 +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-
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
615-
# At the moment, the beta-nominated+T-rustdoc action fully occupies the beta-nominated slot
616-
# preventing others from adding more beta-nominated actions.
617-
[notify-zulip."beta-nominated"]
614+
[notify-zulip."beta-nominated".rustdoc]
618615
required_labels = ["T-rustdoc"]
619616
zulip_stream = 266220 # #t-rustdoc
620617
topic = "beta-nominated: #{number}"
@@ -635,10 +632,7 @@ message_on_remove = "PR #{number}'s beta-nomination has been removed."
635632
message_on_close = "PR #{number} has been closed. Thanks for participating!"
636633
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
637634

638-
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
639-
# At the moment, the beta-accepted+T-rustdoc action fully occupies the beta-accepted slot
640-
# preventing others from adding more beta-accepted actions.
641-
[notify-zulip."beta-accepted"]
635+
[notify-zulip."beta-accepted".rustdoc]
642636
required_labels = ["T-rustdoc"]
643637
zulip_stream = 266220 # #t-rustdoc
644638
# Put it in the same thread as beta-nominated.
@@ -648,10 +642,7 @@ message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
648642
message_on_close = "PR #{number} has been closed. Thanks for participating!"
649643
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
650644

651-
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
652-
# At the moment, the stable-nominated+T-rustdoc action fully occupies the stable-nominated slot
653-
# preventing others from adding more stable-nominated actions.
654-
[notify-zulip."stable-nominated"]
645+
[notify-zulip."stable-nominated".rustdoc]
655646
required_labels = ["T-rustdoc"]
656647
zulip_stream = 266220 # #t-rustdoc
657648
topic = "stable-nominated: #{number}"
@@ -673,10 +664,7 @@ message_on_remove = "PR #{number}'s stable-nomination has been removed."
673664
message_on_close = "PR #{number} has been closed. Thanks for participating!"
674665
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
675666

676-
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
677-
# At the moment, the stable-accepted+T-rustdoc action fully occupies the stable-accepted slot
678-
# preventing others from adding more stable-accepted actions.
679-
[notify-zulip."stable-accepted"]
667+
[notify-zulip."stable-accepted".rustdoc]
680668
required_labels = ["T-rustdoc"]
681669
zulip_stream = 266220 # #t-rustdoc
682670
# Put it in the same thread as stable-nominated.

0 commit comments

Comments
 (0)