Skip to content

Commit

Permalink
build(actions): issue exceptions, add refactor (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jan 31, 2024
1 parent fe222b3 commit c51ea78
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 @@ -96,7 +96,7 @@ const parseCommitMessage = (message, messageTypes = availableMessageTypes) => {
const messagesList = (
parsedMessages,
{
issueNumberExceptions = ['chore', 'fix', 'perf', 'docs', 'build'],
issueNumberExceptions = ['build', 'chore', 'docs', 'fix', 'perf', 'refactor'],
maxMessageLength = 65,
typeScopeExceptions = '*'
} = {}
Expand Down

0 comments on commit c51ea78

Please sign in to comment.