Skip to content

Commit b2e4d25

Browse files
committed
chore: commmit message check
1 parent 8da176b commit b2e4d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ 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 }}
17-
pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|bumpver:|chore:|build:) .+$'
16+
pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|update|Update|bumpver:|chore:|build:) .+$'
1817
flags: 'gm'
1918
error: |
2019
Subject line has to contain a commit type, e.g.: "chore: blabla" or a merge commit e.g.: "merge xxx".

0 commit comments

Comments
 (0)