chore: only approve

This commit is contained in:
Justin Poehnelt 2022-05-12 10:21:04 -06:00
parent 5a1c828f8e
commit c06f85ccc8

View File

@ -27,6 +27,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
steps:
- name: approve
run: gh pr review --approve --comment -b "Automatically approved dependabot pull request." "$PR_URL"
run: gh pr review --approve "$PR_URL"
- name: merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"