From 0ecf0f61bed0985fd9488f482a6b7b0275feb3a8 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Sat, 30 Sep 2023 09:28:55 +1000
Subject: [PATCH] .github/workflows/flake-updates.yml: disable automerge

---
 .github/workflows/flake-updates.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/flake-updates.yml b/.github/workflows/flake-updates.yml
index 5a480d6..6d820a5 100644
--- a/.github/workflows/flake-updates.yml
+++ b/.github/workflows/flake-updates.yml
@@ -19,7 +19,8 @@ jobs:
         uses: DeterminateSystems/update-flake-lock@v20
         with:
           token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
-      - name: Enable Automerge
-        run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
-        env:
-          GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
+      # disable temporarily, can be reenabled when hercules fork action is removed
+      #- name: Enable Automerge
+      #  run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
+      #  env:
+      #    GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}