From c52cfd3094d24e063e800410ca7bf35f1a9bb8aa Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:29:27 +1000 Subject: [PATCH] .github/workflows: remove automerge --- .github/workflows/flake-updates.yml | 4 ---- .github/workflows/repo-list.yml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/flake-updates.yml b/.github/workflows/flake-updates.yml index 6bb4e71..43826de 100644 --- a/.github/workflows/flake-updates.yml +++ b/.github/workflows/flake-updates.yml @@ -18,7 +18,3 @@ jobs: - name: Update flake.lock id: update uses: DeterminateSystems/update-flake-lock@v24 - - name: Enable Automerge - run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}" - env: - GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }} diff --git a/.github/workflows/repo-list.yml b/.github/workflows/repo-list.yml index 1b9780b..04e5ae8 100644 --- a/.github/workflows/repo-list.yml +++ b/.github/workflows/repo-list.yml @@ -30,8 +30,3 @@ jobs: commit-message: ${{ steps.setup.outputs.title }} title: ${{ steps.setup.outputs.title }} token: ${{ secrets.GITHUB_TOKEN }} - - name: Enable Automerge - if: steps.update.outputs.pull-request-operation == 'created' - run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}" - env: - GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}