Skip to content

Commit 9b8cfbd

Browse files
committed
fix: dependabot comment depreciation
1 parent fffda27 commit 9b8cfbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.pull_request.user.login == 'dependabot[bot]'
1818
steps:
1919
- name: Enable auto-merge for Dependabot PRs
20-
run: gh pr comment "$PR_URL" --body "@dependabot merge"
20+
run: gh pr review "$PR_URL" --approve && gh pr merge "$PR_URL" --admin --rebase
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
2323
GH_TOKEN: ${{secrets.YARD_BOT_PAT}}

0 commit comments

Comments
 (0)