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