We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10ee55 commit e558b4dCopy full SHA for e558b4d
.github/workflows/commit-message-check.yml
@@ -12,7 +12,6 @@ jobs:
12
with:
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
- 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|Merge|bumpver:|chore:|build:) .+$'
18
flags: 'gm'
0 commit comments