Skip to content

Commit

Permalink
Merge pull request #724 from jphickey:fix-724-formatcheck
Browse files Browse the repository at this point in the history
Fix #724, remove PR title check
  • Loading branch information
dzbaker committed Jan 5, 2024
2 parents 18e228d + 957d78b commit f9e2e13
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 15
steps:
# Check github pull-request title against the pattern.
- name: Check pull-request title
uses: gsactions/commit-message-checker@v2
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.'
excludeDescription: 'true'
excludeTitle: 'false'
checkAllCommitMessages: 'false'
# Check each commit message associated with the pull-request against the pattern.
- name: Check each commit message
uses: gsactions/commit-message-checker@v2
Expand Down

0 comments on commit f9e2e13

Please sign in to comment.