File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments