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.
This commit is contained in:
commit
052a3feeea
@ -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-*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user