Skip to content

Commit

Permalink
Update dependabot_automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Sep 12, 2022
1 parent bf76d31 commit d2569fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: |
# gh pr review --approve "$PR_URL"
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit d2569fb

Please sign in to comment.