We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a844aa + 6c213cd commit c6f0af3Copy full SHA for c6f0af3
1 file changed
.github/workflows/commit-lint.yml
@@ -30,7 +30,7 @@ jobs:
30
PR_TITLE: ${{ github.event.pull_request.title }}
31
run: |
32
VALID_TYPES="feat|fix|docs|chore|ci|refactor|test|perf|revert"
33
- PATTERN="^(${VALID_TYPES})(\(.+\))?: .+"
+ PATTERN="^(${VALID_TYPES})(\(.+\))?!?: .+"
34
35
echo "PR title: $PR_TITLE"
36
0 commit comments