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
|
const commits = log
|
||||||
.split("\n")
|
.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")
|
.join("\n")
|
||||||
|
|
||||||
const opencode = await createOpencode()
|
const opencode = await createOpencode()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue