Skip to content

Commit

Permalink
Automatically prioritize unsoundness issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSeulArtichaut committed Jun 9, 2020
1 parent feb3536 commit c9f2cbf
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 @@ -38,10 +38,16 @@ label = "ICEBreaker-Cleanup-Crew"

[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 c9f2cbf

Please sign in to comment.