From 58e6a166aeca9b11ae45eadf2ab9bd77dbbd54e4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 17 Dec 2023 13:59:32 +0100 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 9dae10bf76a..60d20b508c2 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -73,7 +73,7 @@ jobs: - charts-test - charts-lint - print_head_msg - if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'update container image' ) }} + if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'By Renovate' ) }} name: Automerge and Approve build runs-on: ubuntu-latest steps: