From d9316662ca04c9285b3852560c2548b54beda735 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 29 May 2024 13:04:58 +0200 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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