diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-05-20 12:15:43 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-05-21 17:40:07 -0300 |
| commit | 93abdd75114dd16e1297370603754fd2ea1e0964 (patch) | |
| tree | a29a554790a9ab0a6ee72cc878a20a313adbfb71 | |
| parent | 9e2a6a29ce82e4fc5decad86dab7911a38582438 (diff) | |
| download | rust-93abdd75114dd16e1297370603754fd2ea1e0964.tar.gz rust-93abdd75114dd16e1297370603754fd2ea1e0964.zip | |
Add some teams to prioritization exclude_labels
| -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 |
