ci: ignore chore commits

This commit is contained in:
Dax Raad
2025-07-08 20:05:21 -04:00
parent 850655e8d4
commit 36b5772e30
+1
View File
@@ -103,6 +103,7 @@ if (!snapshot) {
const lower = x.toLowerCase()
return (
!lower.includes("ignore:") &&
!lower.includes("chore:") &&
!lower.includes("ci:") &&
!lower.includes("wip:") &&
!lower.includes("docs:") &&