Skip to content

Commit

Permalink
Merge pull request #50 from perlpunk/adapt-commit-msg-checker
Browse files Browse the repository at this point in the history
Allow 'git subrepo clone' in commit messages
  • Loading branch information
mergify[bot] authored Feb 8, 2024
2 parents 4afceaf + c4bd921 commit db78c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-commit-message-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check subject beginning
uses: gsactions/commit-message-checker@v2
with:
pattern: '^([A-Z]|\S+:|git subrepo pull)'
pattern: '^([A-Z]|\S+:|git subrepo (clone|pull))'
flags: 'g'
error: 'The subject does not start with a capital or tag.'
excludeDescription: 'true'
Expand Down

0 comments on commit db78c61

Please sign in to comment.