Skip to content

Commit

Permalink
Remove commit message check inside sanity check CI action (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
numinnex authored Dec 7, 2024
1 parent 733037c commit 577f84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
uses: gsactions/commit-message-checker@v2
with:
excludeDescription: 'true'
excludeTitle: 'true'
checkAllCommitMessages: 'true'
excludeTitle: 'false'
checkAllCommitMessages: 'false'
accessToken: ${{ secrets.GITHUB_TOKEN }}
pattern: '^[A-Z].*(\n.*)*$'
error: 'Subject of all commits in the PR has to start with a capital letter.'
error: 'Subject of title in the PR has to start with a capital letter.'

# Uncomment this when we have a proper release - 1.0.0
# semver-checks:
Expand Down

0 comments on commit 577f84a

Please sign in to comment.