about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 0895bafb4d1..833d390f1a2 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -58,10 +58,16 @@ label = "O-ARM"
 
 [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