Skip to content

Commit

Permalink
Rollup merge of rust-lang#73585 - LeSeulArtichaut:patch-3, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

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
  • Loading branch information
Manishearth committed Jun 21, 2020
2 parents 722bf14 + ae71e96 commit b4c36fe
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 b4c36fe

Please sign in to comment.