about summary refs log tree commit diff
path: root/.github/workflows/update.yaml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-09 14:19:48 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-09 14:21:32 -0700
commitc12d9a362bdc4af5a8d6ec1f28944dd2a1d728e4 (patch)
tree3afe993ef8b5181d0c6546f5ba74021aff3006fb /.github/workflows/update.yaml
parentUpdate update.yaml (diff)
downloadfcuny.net-c12d9a362bdc4af5a8d6ec1f28944dd2a1d728e4.tar.gz
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.
Diffstat (limited to '')
-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 }}
-