Skip to content

Commit

Permalink
Rollup merge of #85897 - steffahn:update_unsound_label_for_triagebot,…
Browse files Browse the repository at this point in the history
… r=Mark-Simulacrum

Update I-unsound label for triagebot

Following the remaming of the `I-unsound` label (removing the space and the emoji) as discussed [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/A.20way.20to.20self-label.20soundness.20issues.3F/near/240962907) (or [in the archive](https://zulip-archive.rust-lang.org/122651general/88362Awaytoselflabelsoundnessissues.html#240962907)), this change of the `triagebot.toml` is necessary to keep the automatic `I-prioritize` flagging.
  • Loading branch information
JohnTitor committed Jun 3, 2021
2 parents 7ee817e + 1213d92 commit 052a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ trigger_labels = [
"regression-from-stable-to-stable",
"regression-from-stable-to-beta",
"regression-from-stable-to-nightly",
"I-unsound 💥",
"I-unsound",
]
exclude_labels = [
"P-*",
Expand Down

0 comments on commit 052a3fe

Please sign in to comment.