From c12d9a362bdc4af5a8d6ec1f28944dd2a1d728e4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Oct 2022 14:19:48 -0700 Subject: ci: remove GHA to automerge pull request For this to work, branch protection needs to be enabled on the repository. I can't do this via terraform as it's only supported for organizations, not individual accounts. I'm not going to manage this setting in each repository manually, instead I'll drop this feature. --- .github/workflows/update.yaml | 8 -------- 1 file changed, 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 }} - -- cgit 1.4.1