diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 8ea134f56..5f91522cf 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -19,7 +19,7 @@ jobs: submodules: recursive - uses: ./.github/actions/pr-lint-action with: - title-regex: "^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)((.+))?:\\s.+" + title-regex: "^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)(\\(.+\\))?(\\!)?:\\s.+" on-failed-regex-fail-action: true on-failed-regex-request-changes: false on-failed-regex-create-review: false