Do not send a notification for P-high stable regressions

Add comment to clarify the pattern
This commit is contained in:
LeSeulArtichaut 2020-06-21 18:09:58 +02:00
parent 349f6bfb11
commit ae71e965dc
1 changed files with 1 additions and 1 deletions

View File

@ -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."