mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Do not send a notification for P-high stable regressions
Add comment to clarify the pattern
This commit is contained in:
parent
349f6bfb11
commit
ae71e965dc
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user