From 41b990f72d93e0eb926964c129baf27e50079e6e Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 27 Jan 2021 18:48:11 -0800 Subject: [PATCH] chore: add breaking change to title regex (#12754) --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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