diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-15 01:57:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 01:57:22 +0200 |
| commit | b96ceba66bb256ac54d3be45f686273fa17feb9a (patch) | |
| tree | ecf990ad13679134be8e50ee80c15624bcb08dac | |
| parent | da0745a4bb1beeec85dafdc9c91dd9cda1ff692a (diff) | |
| parent | 00d42bbd2aa6222dc62177ebcecefd76ca977b9b (diff) | |
Rollup merge of #72200 - spastorino:add-prioritize_on-to-triagebot, r=Mark-Simulacrum
Add prioritize_on attribute to triagebot r? @Mark-Simulacrum
| -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 |
