We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffda27 commit 9b8cfbdCopy full SHA for 9b8cfbd
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -17,7 +17,7 @@ jobs:
17
if: github.event.pull_request.user.login == 'dependabot[bot]'
18
steps:
19
- name: Enable auto-merge for Dependabot PRs
20
- run: gh pr comment "$PR_URL" --body "@dependabot merge"
+ run: gh pr review "$PR_URL" --approve && gh pr merge "$PR_URL" --admin --rebase
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
GH_TOKEN: ${{secrets.YARD_BOT_PAT}}
0 commit comments