fix: conventional commit checker (#8879)

This commit is contained in:
Pepe Fagoaga
2025-10-08 20:19:43 +02:00
committed by GitHub
parent 28e81783ef
commit 86cff92d1f

View File

@@ -20,4 +20,5 @@ jobs:
id: conventional-commit-check
uses: agenthunt/conventional-commit-checker-action@9e552d650d0e205553ec7792d447929fc78e012b # v2.0.0
with:
pr-title-regex: '^([^\s(]+)(?:\(([^)]+)\))?: (.+)'
pr-title-regex: '^(feat|fix|docs|style|refactor|perf|test|chore|build|ci|revert)(\([^)]+\))?!?: .+'