build: disable pr reviews for pr-lint action (#11433)

This commit is contained in:
ʈᵃᵢ
2020-10-26 16:32:54 -07:00
committed by GitHub
parent 910791b00b
commit 8a2ca84775

View File

@@ -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 }}"