Skip to content

Commit 7a1ef7d

Browse files
chore(deps): update agenthunt/conventional-commit-checker-action action to v2 (#344)
1 parent c3f8dc2 commit 7a1ef7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_msg_check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
conventional_commit_check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: agenthunt/conventional-commit-checker-action@v1.0.0
12+
- uses: agenthunt/conventional-commit-checker-action@v2.0.0
1313
with:
14-
pr-title-regex: "^(fix|feat|chore|docs)(?:(([^)s]+)))?: (.+)"
14+
pr-title-regex: "^(fix|feat|chore|docs)(?:[(][^)]+[)])?: (.+)"

0 commit comments

Comments
 (0)