diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 41c4b9214..359dddde1 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -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: