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 5, 2024
1 parent b200965 commit 039e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.PAT_TOKEN}}
- 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}}
GH_TOKEN: ${{secrets.PAT_TOKEN}}

0 comments on commit 039e37a

Please sign in to comment.