Commit b2e4d25 1 parent 8da176b commit b2e4d25 Copy full SHA for b2e4d25
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
with :
13
13
checkAllCommitMessages : ' true' # optional: this checks all commits associated with a pull request
14
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
15
accessToken : ${{ secrets.GITHUB_TOKEN }}
17
- 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:) .+$'
18
17
flags : ' gm'
19
18
error : |
20
19
Subject line has to contain a commit type, e.g.: "chore: blabla" or a merge commit e.g.: "merge xxx".
You can’t perform that action at this time.
0 commit comments