mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 20:40:36 +00:00
ci: ignore release commits
This commit is contained in:
parent
f07f04d969
commit
e6db1cf29d
2 changed files with 2 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ if (!snapshot) {
|
|||
.filter((x: string) => {
|
||||
const lower = x.toLowerCase()
|
||||
return (
|
||||
!lower.includes("release:") &&
|
||||
!lower.includes("ignore:") &&
|
||||
!lower.includes("chore:") &&
|
||||
!lower.includes("ci:") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue