build: disable pr reviews for pr-lint action (#11433)
This commit is contained in:
parent
910791b00b
commit
8a2ca84775
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue