Skip to content

Commit c9f2cbf

Browse files
Automatically prioritize unsoundness issues
1 parent feb3536 commit c9f2cbf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

triagebot.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,16 @@ label = "ICEBreaker-Cleanup-Crew"
3838

3939
[prioritize]
4040
label = "I-prioritize"
41-
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
41+
prioritize_on = [
42+
"regression-from-stable-to-stable",
43+
"regression-from-stable-to-beta",
44+
"regression-from-stable-to-nightly",
45+
"I-unsound 💥",
46+
]
4247
exclude_labels = [
4348
"P-*",
4449
"T-infra",
4550
"T-release",
51+
"requires-nightly",
4652
]
4753
zulip_stream = 227806

0 commit comments

Comments
 (0)