Skip to content

Commit c5e6f48

Browse files
authored
Rollup merge of rust-lang#73585 - LeSeulArtichaut:patch-3, r=Mark-Simulacrum
Do not send a notification for P-high stable regressions This is kind of a hack to only match nightly and beta regressions, but not stable regressions. See my tests [on the playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6ff8a809162118aa2951f2ff12400067). r? @spastorino cc @Mark-Simulacrum
2 parents cb85f4b + ae71e96 commit c5e6f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triagebot.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ topic = "P-critical #{number} {title}"
113113
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."
114114

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

0 commit comments

Comments
 (0)