Skip to content

Commit 25c43db

Browse files
orcsinKostiantyn Krykun
authored andcommitted
EPMDEDP-16521: chore: remove PR title length validation
1 parent 73ca5fd commit 25c43db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Check Line Length
4040
uses: gsactions/commit-message-checker@v2
4141
with:
42-
pattern: '^.{10,72}$'
43-
error: 'The maximum line length of 72 characters is exceeded.'
42+
pattern: '^.{10,85}$'
43+
error: 'The maximum line length of 85 characters is exceeded.'
4444
excludeDescription: 'true'
45-
excludeTitle: 'false'
45+
excludeTitle: 'true'
4646
checkAllCommitMessages: 'true'
4747
accessToken: ${{ secrets.GITHUB_TOKEN }}
4848

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ Automated dependency update commits are also allowed in the format `chore(deps):
121121

122122
* Use the present tense ("Add feature" not "Added feature")
123123
* Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
124-
* Limit the first line to 72 characters or less
124+
* Limit the first line to 85 characters or less
125125
* Reference issues and pull requests liberally after the first line

0 commit comments

Comments
 (0)