ci: ignore commits

pull/111/head
Dax Raad 2025-06-14 18:59:05 -04:00
parent f759e1804d
commit 12931a869d
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if (!snapshot) {
.filter((x: string) => {
const lower = x.toLowerCase()
return (
!lower.includes("chore:") &&
!lower.includes("ignore:") &&
!lower.includes("ci:") &&
!lower.includes("docs:") &&
!lower.includes("doc:")