From 9ede6773b46b311bed9fd2065b65af7d3b7d055f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:16:36 +0200 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20pascalgn/autome?= =?UTF-8?q?rge-action=20(v0.15.6=20=E2=86=92=20v0.16.4)=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 5020b7d..7147f83 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -52,7 +52,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Auto Merge PR - uses: pascalgn/automerge-action@v0.15.6 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: ${{ steps.check-secrets.outputs.use_github_token == 'true' && github.token || steps.generate-token.outputs.token }} MERGE_LABELS: 'dependencies,automated-pr,!work-in-progress,!do-not-merge'