Skip to content

Commit

Permalink
Rollup merge of #73181 - LeSeulArtichaut:patch-1, r=spastorino
Browse files Browse the repository at this point in the history
Automatically prioritize unsoundness issues

r? @spastorino cc @Mark-Simulacrum @rust-lang/wg-prioritization
  • Loading branch information
Dylan-DPC committed Jun 11, 2020
2 parents 2ac1598 + c9f2cbf commit 6cc757e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6cc757e

Please sign in to comment.