We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4823339 commit 743c9a3Copy full SHA for 743c9a3
.github/workflows/commit-message-check.yml
@@ -14,7 +14,7 @@ jobs:
14
excludeDescription: 'true' # optional: this excludes the description body of a pull request
15
excludeTitle: 'true' # optional: this excludes the title of a pull request
16
accessToken: ${{ secrets.GITHUB_TOKEN }}
17
- pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|bumpver:|chore:|build:) .+$'
+ pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|bumpver:|chore:|build:) .+$'
18
flags: 'gm'
19
error: |
20
Subject line has to contain a commit type, e.g.: "chore: blabla" or a merge commit e.g.: "merge xxx".
0 commit comments