This is an automated email from the ASF dual-hosted git repository.
tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 41b990f chore: add breaking change to title regex (#12754)
41b990f is described below
commit 41b990f72d93e0eb926964c129baf27e50079e6e
Author: Elizabeth Thompson <[email protected]>
AuthorDate: Wed Jan 27 18:48:11 2021 -0800
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 8ea134f..5f91522 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