From c9f2cbf215870049fe9ffe312f7cc2bd78ce1744 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Tue, 9 Jun 2020 22:58:32 +0200 Subject: [PATCH] Automatically prioritize unsoundness issues --- triagebot.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index e43cff55386..9c5464c9fc5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -38,10 +38,16 @@ 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"] +prioritize_on = [ + "regression-from-stable-to-stable", + "regression-from-stable-to-beta", + "regression-from-stable-to-nightly", + "I-unsound 💥", +] exclude_labels = [ "P-*", "T-infra", "T-release", + "requires-nightly", ] zulip_stream = 227806