Skip to content

Commit

Permalink
Merge pull request #136 from arusso/master
Browse files Browse the repository at this point in the history
  • Loading branch information
arusso authored Apr 13, 2023
2 parents 09cd991 + c1eb8ca commit aba484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check Commit Subject Prefix
uses: gsactions/commit-message-checker@v2
with:
pattern: '(fix|feat|chore|docs|test|refactor|revert|test)(\[[^]]+\])?: .*$'
pattern: '^((fix|feat|chore|docs|test|refactor|revert|test)(\[[^]]+\])?:\ |[Mm]erge\ pull\ request\ ).*$'
flags: 'gm'
error: >-
Your first line is missing a valid subject prefix. See Commit
Expand Down

0 comments on commit aba484e

Please sign in to comment.