Skip to content

Commit

Permalink
Do not send a notification for P-high stable regressions
Browse files Browse the repository at this point in the history
Add comment to clarify the pattern
  • Loading branch information
LeSeulArtichaut committed Jun 21, 2020
1 parent 349f6bf commit ae71e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ topic = "P-critical #{number} {title}"
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."

[notify-zulip."P-high"]
required_labels = ["regression-from-stable-to-*"]
required_labels = ["regression-from-stable-to-[bn]*"] # only nightly and beta regressions
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "P-high regression #{number} {title}"
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-high` and is a regression."

0 comments on commit ae71e96

Please sign in to comment.