ci: ignore chore commits

pull/789/head
Dax Raad 2025-07-08 20:05:21 -04:00
parent 75279e5ccf
commit d80badc50f
1 changed files with 1 additions and 0 deletions

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:") &&