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
1 changed files with 7 additions and 1 deletions
|
@ -58,10 +58,16 @@ label = "O-ARM"
|
||||||
|
|
||||||
[prioritize]
|
[prioritize]
|
||||||
label = "I-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 = [
|
exclude_labels = [
|
||||||
"P-*",
|
"P-*",
|
||||||
"T-infra",
|
"T-infra",
|
||||||
"T-release",
|
"T-release",
|
||||||
|
"requires-nightly",
|
||||||
]
|
]
|
||||||
zulip_stream = 227806
|
zulip_stream = 227806
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue