Skip to content

Commit 743c9a3

Browse files
committed
fix: cmc pattern add Merge
1 parent 4823339 commit 743c9a3

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
@@ -14,7 +14,7 @@ jobs:
1414
excludeDescription: 'true' # optional: this excludes the description body of a pull request
1515
excludeTitle: 'true' # optional: this excludes the title of a pull request
1616
accessToken: ${{ secrets.GITHUB_TOKEN }}
17-
pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|bumpver:|chore:|build:) .+$'
17+
pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|bumpver:|chore:|build:) .+$'
1818
flags: 'gm'
1919
error: |
2020
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)