File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ jobs:
5353 const pr_number = Number(fs.readFileSync('./number'));
5454 const pr_title = fs.readFileSync('./title', 'utf-8').trim();
5555
56- const FEAT_REGEX = /feat(\((\w +)\))?(\:.+)/
57- const BUG_REGEX = /(fix|bug)(\((\w +)\))?(\:.+)/
58- const DOCS_REGEX = /(docs|doc)(\((\w +)\))?(\:.+)/
59- const CHORE_REGEX = /(chore)(\((\w +)\))?(\:.+)/
60- const DEPRECATED_REGEX = /(deprecated)(\((\w +)\))?(\:.+)/
61- const REFACTOR_REGEX = /(refactor)(\((\w +)\))?(\:.+)/
56+ const FEAT_REGEX = /feat(\((. +)\))?(\:.+)/
57+ const BUG_REGEX = /(fix|bug)(\((. +)\))?(\:.+)/
58+ const DOCS_REGEX = /(docs|doc)(\((. +)\))?(\:.+)/
59+ const CHORE_REGEX = /(chore)(\((. +)\))?(\:.+)/
60+ const DEPRECATED_REGEX = /(deprecated)(\((. +)\))?(\:.+)/
61+ const REFACTOR_REGEX = /(refactor)(\((. +)\))?(\:.+)/
6262
6363 const labels = {
6464 "feature": FEAT_REGEX,
You can’t perform that action at this time.
0 commit comments