Make I-miscompile imply I-prioritize

Since I-unsound already implies I-prioritize, it makes sense that I-miscompile should do the same.
This commit is contained in:
Tim (Theemathas) Chirananthavat 2025-08-12 08:26:11 +07:00 committed by GitHub
parent 1ebbd87a62
commit f336cc777b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,6 +207,7 @@ trigger_labels = [
"regression-from-stable-to-beta",
"regression-from-stable-to-nightly",
"I-unsound",
"I-miscompile",
]
exclude_labels = [
"P-*",