diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 0cfb43b7dad..bd659089cef 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -74,7 +74,7 @@ jobs: - charts-test - charts-lint - print_head_msg - if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'By Renovate' ) }} + if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'By Renovate' ) || github.event.issue.user.login == 'allcontributors' }} name: Automerge and Approve build runs-on: ubuntu-latest continue-on-error: true