Skip to content

Commit

Permalink
chore: add --approve
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed May 12, 2022
1 parent 6303890 commit 7bd96d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
steps:
- name: approve
run: gh pr review --comment -b "Automatically approved dependabot pull request." "$PR_URL"
run: gh pr review --approve --comment -b "Automatically approved dependabot pull request." "$PR_URL"
- name: merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 comments on commit 7bd96d1

Please sign in to comment.