Skip to content

Commit c6f0af3

Browse files
authored
Merge branch 'main' into lelia/v2-release
2 parents 1a844aa + 6c213cd commit c6f0af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PR_TITLE: ${{ github.event.pull_request.title }}
3131
run: |
3232
VALID_TYPES="feat|fix|docs|chore|ci|refactor|test|perf|revert"
33-
PATTERN="^(${VALID_TYPES})(\(.+\))?: .+"
33+
PATTERN="^(${VALID_TYPES})(\(.+\))?!?: .+"
3434
3535
echo "PR title: $PR_TITLE"
3636

0 commit comments

Comments
 (0)