mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: fix
This commit is contained in:
parent
9f771ef0ae
commit
2c6f9043e8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if (!Script.preview) {
|
|||
|
||||
const commits = log
|
||||
.split("\n")
|
||||
.filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:)/i))
|
||||
.filter((line) => line && !line.match(/^\w+ (ignore:|test:|chore:|ci:)/i))
|
||||
.join("\n")
|
||||
|
||||
const opencode = await createOpencode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue