Skip to content

Commit 4c21576

Browse files
committed
chore: update|Update for github
1 parent e558b4d commit 4c21576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
1515
accessToken: ${{ secrets.GITHUB_TOKEN }}
16-
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:) .+$'
1717
flags: 'gm'
1818
error: |
1919
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)