Skip to content

Commit 6be5379

Browse files
authored
Update commit-checker.yml
1 parent 4101218 commit 6be5379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commit-checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232
error: 'Your first line has to contain a commit type like "[BUGFIX]".'
3333
checkAllCommitMessages: 'true'
3434
accessToken: ${{ secrets.GITHUB_TOKEN }}
35+
excludeDescription: 'true'
3536
- name: Check Subject Line Length
3637
uses: gsactions/commit-message-checker@v1
3738
with:
3839
pattern: '^.{0,75}(\n.*)*$'
3940
error: 'Subject too long (max 75)'
41+
excludeDescription: 'true'
4042
- name: Check Line Length
4143
uses: gsactions/commit-message-checker@v1
4244
with:

0 commit comments

Comments
 (0)