diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index d197a633c4..cbe3d72006 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -47,7 +47,7 @@ jobs: # will suggest using that commit message instead of the PR title for the # merge commit, and it's easy to commit this by mistake. Enable this option # to also validate the commit message for one commit PRs. - validateSingleCommit: true + validateSingleCommit: false subjectPatternError: | The subject "{subject}" found in the pull request title "{title}" does not match the required format.