From 9875c160c589cbc0a50432fb0955f0d16c3a7cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:43:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20pascalgn/automerg?= =?UTF-8?q?e-action=20action=20to=20v0.16.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index bde299b..d1bb799 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -17,6 +17,6 @@ jobs: https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels \ -d '{"labels":["automerge"]}' - name: Automatic Merge - uses: pascalgn/automerge-action@v0.16.2 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"