Skip to content

Commit

Permalink
chore(build): commit lint, issue number check (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Aug 29, 2022
1 parent bde4ea3 commit 4ecf03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions.commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const messagesList = parsedMessages =>

const issueNumberValid =
(/(^issues\/[\d,]+$)/.test(issueNumber) && 'valid') ||
(/(^ent-[\d,]+$)/.test(issueNumber) && 'valid') ||
(/(^[a-zA-Z]+-[\d,]+$)/.test(issueNumber) && 'valid') ||
(issueNumberException && 'valid') ||
'INVALID: issue number';

Expand Down

0 comments on commit 4ecf03d

Please sign in to comment.