Skip to content

Commit 55768e0

Browse files
orcsinSergK
authored andcommitted
EPMDEDP-16521: chore: remove PR title length validation
1 parent 0612e25 commit 55768e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Check Line Length
3636
uses: gsactions/commit-message-checker@v2
3737
with:
38-
pattern: '^.{10,72}$'
39-
error: 'The maximum line length of 72 characters is exceeded.'
38+
pattern: '^.{10,85}$'
39+
error: 'The maximum line length of 85 characters is exceeded.'
4040
excludeDescription: 'true'
41-
excludeTitle: 'false'
41+
excludeTitle: 'true'
4242
checkAllCommitMessages: 'true'
4343
accessToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)