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