Skip to content

Commit

Permalink
Fix nasa/cFE#2112, continue-on-error solution
Browse files Browse the repository at this point in the history
Fixes nasa/cFE#2112 with continue-on-error solution.
  • Loading branch information
paulober committed Jun 24, 2022
1 parent 89d0bda commit 8d57065
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 @@ -77,6 +77,7 @@ jobs:
# Check github pull-request title against the pattern.
- name: Check pull-request title
uses: gsactions/commit-message-checker@v1
continue-on-error: true
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 pull-request title.'
Expand Down

0 comments on commit 8d57065

Please sign in to comment.