From b3f9d0685cd46a798062703cd01cde1568d7ab34 Mon Sep 17 00:00:00 2001 From: Yonatan Karp-Rudin Date: Fri, 29 May 2026 07:21:19 +0200 Subject: [PATCH] fix: wait for validation before dependabot auto-merge --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f22df6f..1a1d5af 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: uses: yonatankarp/github-actions/.github/workflows/ci.yml@v2 dependabot_auto_merge: - needs: pipeline + needs: [ pipeline, linters ] if: ${{ github.actor == 'dependabot[bot]' }} permissions: contents: write