We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4101218 commit 6be5379Copy full SHA for 6be5379
.github/workflows/commit-checker.yml
@@ -32,11 +32,13 @@ jobs:
32
error: 'Your first line has to contain a commit type like "[BUGFIX]".'
33
checkAllCommitMessages: 'true'
34
accessToken: ${{ secrets.GITHUB_TOKEN }}
35
+ excludeDescription: 'true'
36
- name: Check Subject Line Length
37
uses: gsactions/commit-message-checker@v1
38
with:
39
pattern: '^.{0,75}(\n.*)*$'
40
error: 'Subject too long (max 75)'
41
42
- name: Check Line Length
43
44
0 commit comments