Skip to content

Commit

Permalink
Fix #537, continue-on-error solution
Browse files Browse the repository at this point in the history
Fixes #537 with continue-on-error solution.
Switched continue on error with an run step if
  • Loading branch information
paulober committed Sep 2, 2022
1 parent 89d0bda commit d996ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
# Check each commit message associated with the pull-request against the pattern.
- name: Check each commit message
uses: gsactions/commit-message-checker@v1
if: always()
with:
pattern: '^((Fix|HotFix|Part)\s\#[0-9]+,\s[a-zA-Z0-9]+|Merge\spull\srequest\s\#[0-9]+\s[a-zA-Z0-9]+|IC:\s[a-zA-Z0-9]+)'
error: 'You need at least one "Fix|HotFix|Part #<issue number>, <short description>" line in the commit message.'
Expand Down

0 comments on commit d996ecf

Please sign in to comment.