Skip to content

Commit 052a3fe

Browse files
authored
Rollup merge of #85897 - steffahn:update_unsound_label_for_triagebot, 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.
2 parents 7ee817e + 1213d92 commit 052a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triagebot.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ trigger_labels = [
7979
"regression-from-stable-to-stable",
8080
"regression-from-stable-to-beta",
8181
"regression-from-stable-to-nightly",
82-
"I-unsound 💥",
82+
"I-unsound",
8383
]
8484
exclude_labels = [
8585
"P-*",

0 commit comments

Comments
 (0)