From 32545561ca4c9e51dd8ebae1f17cc54926b23632 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Jan 2023 15:20:05 +0100 Subject: [PATCH] Re-enable auto merge condition --- .github/workflows/update-dependencies.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 5505e5f..c4fd5bd 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -38,6 +38,7 @@ jobs: title: Update dependencies delete-branch: true - name: Enable auto merge + if: steps.create-pull-request.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v2 with: # Can't use the fine-grained token here because they don't have access to the GraphQL API.