Skip to content

Commit

Permalink
CI: Fix missing --approve in dependabot autoreview
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jul 10, 2024
1 parent 59987dc commit b37cacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Set auto-merge
run: gh pr merge -R ${{ github.repository }} --merge --auto ${{ github.event.pull_request.number }}
- name: Review PR
run: gh pr review -R ${{ github.repository }} ${{ github.event.pull_request.number }}
run: gh pr review -R ${{ github.repository }} --approve ${{ github.event.pull_request.number }}

0 comments on commit b37cacf

Please sign in to comment.