We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3250ef + 0cf6d25 commit 52a660cCopy full SHA for 52a660c
.github/workflows/commit-format-check.yaml
@@ -43,7 +43,7 @@ jobs:
43
if: always()
44
uses: gsactions/commit-message-checker@v2
45
with:
46
- pattern: '^(build|ci|docs|feat|fix|perf|refactor|style|test|revert|gomod)(\(\w+\))?!?: '
+ pattern: '^(build|ci|docs|feat|fix|perf|refactor|style|test|revert|gomod)(\([\w\-\_\d]+\))?!?: '
47
error: 'The PR title must follow the conventional commits format.'
48
excludeDescription: 'true'
49
excludeTitle: 'false'
0 commit comments