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/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8a2ca84 build: disable pr reviews for pr-lint action (#11433)
8a2ca84 is described below
commit 8a2ca84775a2b91ec91018f8f55673b1b84ba962
Author: ʈᵃᵢ <[email protected]>
AuthorDate: Mon Oct 26 16:32:54 2020 -0700
build: disable pr reviews for pr-lint action (#11433)
---
.github/workflows/pr-lint.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml
index 0df06d9..1a09b0b 100644
--- a/.github/workflows/pr-lint.yml
+++ b/.github/workflows/pr-lint.yml
@@ -16,7 +16,8 @@ jobs:
with:
title-regex:
"^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|other)((.+))?:\\s.+"
on-failed-regex-fail-action: true
- on-failed-regex-create-review: true
+ on-failed-regex-request-changes: false
+ on-failed-regex-create-review: false
on-failed-regex-comment:
"Please format your PR title to match: `%regex%`!"
repo-token: "${{ secrets.GITHUB_TOKEN }}"