From f983529b64012fd684bde97d83de63c37104f96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:16:16 +0000 Subject: [PATCH] chore(deps): update pascalgn/automerge-action action to v0.16.4 --- 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 081a79d..655760d 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.16.3 + uses: pascalgn/automerge-action@v0.16.4 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 fcfda3b..ce8bbc8 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.16.3 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: {{ '${{ secrets.PAT_TOKEN }}' }} MERGE_METHOD: "rebase"