Skip to content

Commit bcee072

Browse files
committed
invalid commit message title
1 parent 5371c01 commit bcee072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-commit-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pattern: '\[[^]]+\] .+$'
2929
flags: 'gm'
3030
error: 'Your first line has to contain a commit type like "[BUGFIX]".'
31-
excludeTitle: 'true' # optional: this excludes the title of a pull request
31+
excludeTitle: 'true'
3232

3333
- name: Check Line Length
3434
uses: gsactions/commit-message-checker@v1

0 commit comments

Comments
 (0)