diff --git a/.anvil.lock b/.anvil.lock index 51c94a1..ebc674b 100644 --- a/.anvil.lock +++ b/.anvil.lock @@ -1,6 +1,6 @@ { - "generated_at": "2023-12-17T15:13:21.712116+01:00", - "version": "v1.1.5-dirty", + "generated_at": "2023-12-17T19:20:06.005381304Z", + "version": "1.2.1", "files": [ { "path": ".editorconfig" diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 4350948..32cc79d 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -43,10 +43,4 @@ jobs: env: GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }} - - name: Enable automerge - id: automerge - run: gh pr merge --rebase --auto ${{ github.event.pull_request.html_url }} - env: - GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }} - ...