diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index fc73e256e..18d786934 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -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 #, " line in the pull-request title.'