ci: tweaks

pull/598/head
Dax Raad 2025-07-01 22:25:53 -04:00
parent 9e75e3ed18
commit 53b7e04b86
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ if (!snapshot) {
return (
!lower.includes("ignore:") &&
!lower.includes("ci:") &&
!lower.includes("wip:") &&
!lower.includes("docs:") &&
!lower.includes("doc:")
)