Skip to content

Commit e558b4d

Browse files
committed
chore: title need check
1 parent f10ee55 commit e558b4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
checkAllCommitMessages: 'true' # optional: this checks all commits associated with a pull request
1414
excludeDescription: 'true' # optional: this excludes the description body of a pull request
15-
excludeTitle: 'true' # optional: this excludes the title of a pull request
1615
accessToken: ${{ secrets.GITHUB_TOKEN }}
1716
pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|bumpver:|chore:|build:) .+$'
1817
flags: 'gm'

0 commit comments

Comments
 (0)