Skip to content

Commit

Permalink
Fix #517, continue-on-error solution
Browse files Browse the repository at this point in the history
Fixes nasa/cFE#2112 with continue-on-error solution.

Switched continue on error with an run step if
  • Loading branch information
paulober committed Jul 13, 2022
1 parent 89d0bda commit 5764df6
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 5764df6

Please sign in to comment.