Skip to content

Commit

Permalink
chore: only approve
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed May 12, 2022
1 parent 080436c commit 7fdfa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Expand Up @@ -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"

0 comments on commit 7fdfa68

Please sign in to comment.