File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments