From 44874abda13b903ee697074688ba5f7e1df789d1 Mon Sep 17 00:00:00 2001 From: cbrgm Date: Sat, 6 Jan 2024 00:55:47 +0000 Subject: [PATCH] refactor: batch update of project dependencies and configurations --- .anvil.lock | 4 ++-- .github/workflows/automerge.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.anvil.lock b/.anvil.lock index 9ab2b24..f389540 100644 --- a/.anvil.lock +++ b/.anvil.lock @@ -1,6 +1,6 @@ { - "generated_at": "2023-12-17T19:46:33.537142311Z", - "version": "1.2.1", + "generated_at": "2024-01-06T00:55:46.422891752Z", + "version": "1.2.2", "files": [ { "path": ".editorconfig" diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index f86b232..2cc8dec 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -43,6 +43,12 @@ 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 }} + cbrgm: runs-on: ubuntu-latest if: github.actor == 'cbrgm' && contains(github.event.pull_request.labels.*.name, 'auto-merge')