diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-05-14 13:03:33 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-05-14 18:32:11 -0300 |
| commit | 00d42bbd2aa6222dc62177ebcecefd76ca977b9b (patch) | |
| tree | 8fec530a006234a1f71a7c51f7353114b80812c6 | |
| parent | 09c817eeb29e764cfc12d0a8d94841e3ffe34023 (diff) | |
| download | rust-00d42bbd2aa6222dc62177ebcecefd76ca977b9b.tar.gz rust-00d42bbd2aa6222dc62177ebcecefd76ca977b9b.zip | |
Add prioritize_on attribute to triagebot
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 56d29994a8d..2210a8ff8e6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -36,4 +36,6 @@ 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-*" zulip_stream = 227806 |
