Skip to content

Commit 6cc757e

Browse files
authored
Rollup merge of #73181 - LeSeulArtichaut:patch-1, r=spastorino
Automatically prioritize unsoundness issues r? @spastorino cc @Mark-Simulacrum @rust-lang/wg-prioritization
2 parents 2ac1598 + c9f2cbf commit 6cc757e

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
@@ -58,10 +58,16 @@ label = "O-ARM"
5858

5959
[prioritize]
6060
label = "I-prioritize"
61-
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
61+
prioritize_on = [
62+
"regression-from-stable-to-stable",
63+
"regression-from-stable-to-beta",
64+
"regression-from-stable-to-nightly",
65+
"I-unsound 💥",
66+
]
6267
exclude_labels = [
6368
"P-*",
6469
"T-infra",
6570
"T-release",
71+
"requires-nightly",
6672
]
6773
zulip_stream = 227806

0 commit comments

Comments
 (0)