Skip to content

Commit

Permalink
Actually enable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Oct 16, 2023
1 parent 6ae8e8c commit 0f5470b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Enable for automerge
- name: Enable auto-merge for Dependabot PRs
if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 0f5470b

Please sign in to comment.