Skip to content

Commit

Permalink
Enable automerge (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Nov 5, 2024
1 parent 7cd6a55 commit f196b49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
repo: context.repo.repo,
body: '@dependabot merge'
})
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f196b49

Please sign in to comment.