Skip to content

Commit cd137ee

Browse files
authoredJun 12, 2020
Fix Zulip pings
1 parent 5949391 commit cd137ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎triagebot.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,42 +76,42 @@ exclude_labels = [
7676
[notify-zulip."I-prioritize"]
7777
zulip_stream = 227806 # #t-compiler/wg-prioritization
7878
topic = "I-prioritize #{number} {title}"
79-
message_on_add = "@**WG-prioritization** issue #{number} has been requested for prioritization."
79+
message_on_add = "@*WG-prioritization* issue #{number} has been requested for prioritization."
8080
message_on_remove = "Issue #{number}'s prioritization request has been removed."
8181

8282
[notify-zulip."I-nominated"]
8383
required_labels = ["T-compiler"]
8484
zulip_stream = 227806 # #t-compiler/wg-prioritization
8585
topic = "I-prioritize #{number} {title}"
86-
message_on_add = "@**WG-prioritization** #{number} has been nominated for discussion in `T-compiler` meeting."
86+
message_on_add = "@*WG-prioritization* #{number} has been nominated for discussion in `T-compiler` meeting."
8787
message_on_remove = "#{number}'s nomination has been removed."
8888

8989
[notify-zulip."beta-nominated"]
9090
zulip_stream = 227806 # #t-compiler/wg-prioritization
9191
topic = "Backport #{number} {title}"
92-
message_on_add = "@**WG-prioritization** PR #{number} has been requested for beta backport."
92+
message_on_add = "@*WG-prioritization* PR #{number} has been requested for beta backport."
9393
message_on_remove = "PR #{number}'s beta backport request has been removed."
9494

9595
[notify-zulip."stable-nominated"]
9696
zulip_stream = 227806 # #t-compiler/wg-prioritization
9797
topic = "Backport #{number} {title}"
98-
message_on_add = "@**WG-prioritization** PR #{number} has been requested for stable backport."
98+
message_on_add = "@*WG-prioritization* PR #{number} has been requested for stable backport."
9999
message_on_remove = "PR #{number}'s stable backport request has been removed."
100100

101101
[notify-zulip."S-waiting-on-team"]
102102
required_labels = ["T-compiler"]
103103
zulip_stream = 227806 # #t-compiler/wg-prioritization
104104
topic = "S-waiting-on-team #{number} {title}"
105-
message_on_add = "@**WG-prioritization** PR #{number} is waiting on `T-compiler`."
105+
message_on_add = "@*WG-prioritization* PR #{number} is waiting on `T-compiler`."
106106
message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
107107

108108
[notify-zulip."P-critical"]
109109
zulip_stream = 227806 # #t-compiler/wg-prioritization
110110
topic = "P-critical #{number} {title}"
111-
message_on_add = "@**WG-prioritization** issue #{number} has been assigned `P-critical`."
111+
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."
112112

113113
[notify-zulip."P-high"]
114114
required_labels = ["regression-from-stable-to-*"]
115115
zulip_stream = 227806 # #t-compiler/wg-prioritization
116116
topic = "P-high regression #{number} {title}"
117-
message_on_add = "@**WG-prioritization** issue #{number} has been assigned `P-high` and is a regression."
117+
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-high` and is a regression."

0 commit comments

Comments
 (0)