Skip to content

Commit

Permalink
Update dependabot-auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afarago authored Nov 1, 2024
1 parent e3d3d07 commit 8bd1980
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dependabot-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
#- name: Enable auto-merge for Dependabot PRs
- name: Enable auto-merge for Dependabot PRs
# if: ${{steps.dependabot-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}}
# GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8bd1980

Please sign in to comment.