about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
index 86bfd42..42b0200 100644
--- a/.github/workflows/update.yaml
+++ b/.github/workflows/update.yaml
@@ -21,11 +21,3 @@ jobs:
         with:
           pr-title: "Update flake.lock"
           token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
-      - name: Enable pull request automerge
-        uses: peter-evans/enable-pull-request-automerge@v2
-        if: ${{ steps.update-flake-lock.outputs.pull-request-number }}
-        with:
-          token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
-          merge-method: rebase
-          pull-request-number: ${{ steps.update-flake-lock.outputs.pull-request-number }}
-