diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index cdc3e52de5..ecaf651c34 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -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)(\([^)]+\))?!?: .+' + \ No newline at end of file