From 8a2ca84775a2b91ec91018f8f55673b1b84ba962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Mon, 26 Oct 2020 16:32:54 -0700 Subject: [PATCH] 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 0df06d99c..1a09b0b4d 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 }}"