From 301473d88d882dc55ec841ebab89d980211e7475 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:10:29 +0000 Subject: [PATCH] chore(deps): update pascalgn/automerge-action action to v0.15.6 --- test-project/.github/workflows/auto-merge.yml | 2 +- .../.github/workflows/auto-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-project/.github/workflows/auto-merge.yml b/test-project/.github/workflows/auto-merge.yml index cb1f956..ac0ee08 100644 --- a/test-project/.github/workflows/auto-merge.yml +++ b/test-project/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.15.5 + uses: pascalgn/automerge-action@v0.15.6 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml index 76dbe64..07765c8 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.15.5 + uses: pascalgn/automerge-action@v0.15.6 env: GITHUB_TOKEN: {{ '${{ secrets.PAT_TOKEN }}' }} MERGE_METHOD: "rebase"