From 31406f101f76b2fec7a4ce24aa4ae2f2eaacf97a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 16 Mar 2024 14:16:11 +0100 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index fd53f7e2853..8bbc8efc3c2 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -77,6 +77,7 @@ jobs: if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'By Renovate' ) }} name: Automerge and Approve build runs-on: ubuntu-latest + continue-on-error: true steps: - uses: hmarr/auto-approve-action@v3 with: