about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-22 21:44:56 +0200
committerGitHub <noreply@github.com>2020-05-22 21:44:56 +0200
commit84fbbded1efe1200a7b54d88287f23da8606a5e2 (patch)
tree602167de97814ee78bec61dcede358760d0cc653
parent47f3c440eceb0a82b8d516176da5da515dde02b9 (diff)
parent93abdd75114dd16e1297370603754fd2ea1e0964 (diff)
downloadrust-84fbbded1efe1200a7b54d88287f23da8606a5e2.tar.gz
rust-84fbbded1efe1200a7b54d88287f23da8606a5e2.zip
Rollup merge of #72385 - spastorino:add-exclude-labels, r=Mark-Simulacrum
Add some teams to prioritization exclude_labels

r? @Mark-Simulacrum @LeSeulArtichaut
-rw-r--r--triagebot.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2210a8ff8e6..f12d5163763 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -37,5 +37,9 @@ label = "ICEBreaker-Cleanup-Crew"
 [prioritize]
 label = "I-prioritize"
 prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
-priority_labels = "P-*"
+exclude_labels = [
+    "P-*",
+    "T-infra",
+    "T-release",
+]
 zulip_stream = 227806