We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f8dc2 commit 7a1ef7dCopy full SHA for 7a1ef7d
.github/workflows/commit_msg_check.yml
@@ -9,6 +9,6 @@ jobs:
9
conventional_commit_check:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: agenthunt/conventional-commit-checker-action@v1.0.0
+ - uses: agenthunt/conventional-commit-checker-action@v2.0.0
13
with:
14
- pr-title-regex: "^(fix|feat|chore|docs)(?:(([^)s]+)))?: (.+)"
+ pr-title-regex: "^(fix|feat|chore|docs)(?:[(][^)]+[)])?: (.+)"
0 commit comments