ci: fix
parent
9f771ef0ae
commit
2c6f9043e8
|
|
@ -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…
Reference in New Issue