Rollup merge of #73181 - LeSeulArtichaut:patch-1, r=spastorino
Automatically prioritize unsoundness issues r? @spastorino cc @Mark-Simulacrum @rust-lang/wg-prioritization
This commit is contained in:
commit
6cc757e698
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user