mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-12 06:01:25 +00:00
ci: ignore chore commits
This commit is contained in:
parent
75279e5ccf
commit
d80badc50f
1 changed files with 1 additions and 0 deletions
|
|
@ -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:") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue