workflow: allow wip commit type
This commit is contained in:
parent
2e9a342652
commit
1151c7f730
@ -6,7 +6,7 @@ const msg = require('fs')
|
||||
.readFileSync(msgPath, 'utf-8')
|
||||
.trim()
|
||||
|
||||
const commitRE = /^(revert: )?(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types)(\(.+\))?: .{1,50}/
|
||||
const commitRE = /^(revert: )?(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip)(\(.+\))?: .{1,50}/
|
||||
|
||||
if (!commitRE.test(msg)) {
|
||||
console.log()
|
||||
|
Loading…
Reference in New Issue
Block a user