about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeSeulArtichaut <leseulartichaut@gmail.com>2020-06-21 18:09:58 +0200
committerLeSeulArtichaut <leseulartichaut@gmail.com>2020-06-21 22:16:53 +0200
commitae71e965dcc5b5b4c4b0ac94d22852968fbf085d (patch)
treed1c4c3c2e5db963a9349e102f68b181aa5829783
parent349f6bfb11d73ebb6a272f9a3d00883484f8218c (diff)
downloadrust-ae71e965dcc5b5b4c4b0ac94d22852968fbf085d.tar.gz
rust-ae71e965dcc5b5b4c4b0ac94d22852968fbf085d.zip
Do not send a notification for P-high stable regressions
Add comment to clarify the pattern
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index fc2dbb8d440..5361a618d4e 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -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."