Skip to content

Commit ccc129a

Browse files
committed
EPMDEDP-16521: chore: remove PR title length validation
1 parent 41f2491 commit ccc129a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Check commit title length
3838
uses: gsactions/commit-message-checker@v2
3939
with:
40-
pattern: '^.{10,72}$'
41-
error: 'Commit title must be between 10 and 72 characters long.'
40+
pattern: '^.{10,85}$'
41+
error: 'Commit title must be between 10 and 85 characters long.'
4242
excludeDescription: 'true'
43-
excludeTitle: 'false'
43+
excludeTitle: 'true'
4444
checkAllCommitMessages: 'true'
4545
accessToken: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

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

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

0 commit comments

Comments
 (0)