diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 367c628..3e9c70e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -35,9 +35,9 @@ jobs: - name: Check Line Length uses: gsactions/commit-message-checker@v2 with: - pattern: '^.{10,72}$' - error: 'The maximum line length of 72 characters is exceeded.' + pattern: '^.{10,85}$' + error: 'The maximum line length of 85 characters is exceeded.' excludeDescription: 'true' - excludeTitle: 'false' + excludeTitle: 'true' checkAllCommitMessages: 'true' accessToken: ${{ secrets.GITHUB_TOKEN }}