diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-22 21:44:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 21:44:56 +0200 |
| commit | 84fbbded1efe1200a7b54d88287f23da8606a5e2 (patch) | |
| tree | 602167de97814ee78bec61dcede358760d0cc653 | |
| parent | 47f3c440eceb0a82b8d516176da5da515dde02b9 (diff) | |
| parent | 93abdd75114dd16e1297370603754fd2ea1e0964 (diff) | |
| download | rust-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.toml | 6 |
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 |
