diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 0df06d99c509c..1a09b0b4d83bd 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 }}"