From 2b49f3045ed391b5e65e98f53f582120fafc992d Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 3 Aug 2024 10:14:30 +0200 Subject: [PATCH] fix: fix automerge condition Signed-off-by: Sefa Eyeoglu --- .github/workflows/update-flake.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 0235590..0b22739 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -32,7 +32,6 @@ jobs: pr-title: "nix: update flake.lock" - name: Enable Pull Request Automerge - if: steps.cpr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v3 with: pull-request-number: ${{ steps.update.outputs.pull-request-number }}