ci: tweaks

This commit is contained in:
Dax Raad 2025-07-01 22:25:53 -04:00
parent 9e75e3ed18
commit 53b7e04b86

View file

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