From 9b8cfbdfc8f817c8b00e76f7577c2d8e1bc17632 Mon Sep 17 00:00:00 2001 From: Maarten Bruna <14947039+ictbeheer@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:50:32 +0100 Subject: [PATCH] fix: dependabot comment depreciation --- .github/workflows/dependabot-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 882351e..ee84784 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,7 +17,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' steps: - name: Enable auto-merge for Dependabot PRs - run: gh pr comment "$PR_URL" --body "@dependabot merge" + run: gh pr review "$PR_URL" --approve && gh pr merge "$PR_URL" --admin --rebase env: PR_URL: ${{github.event.pull_request.html_url}} GH_TOKEN: ${{secrets.YARD_BOT_PAT}}