Skip to content

Commit

Permalink
SK-1772: Update commit message pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Jan 9, 2025
1 parent ce6c329 commit 629e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check JIRA ID
uses: gsactions/commit-message-checker@v1
with:
pattern: '\[?[A-Z]{1,5}-[1-9][0-9]*.+$'
pattern: '(\[?[A-Z]{1,5}-[1-9][0-9]*)|(\[AUTOMATED\])|(Merge)|(Release).+$'
flags: 'gm'
excludeDescription: 'true'
checkAllCommitMessages: 'true'
Expand Down

0 comments on commit 629e562

Please sign in to comment.