We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080436c commit 7fdfa68Copy full SHA for 7fdfa68
.github/workflows/dependabot.yml
@@ -27,6 +27,6 @@ jobs:
27
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
28
steps:
29
- name: approve
30
- run: gh pr review --approve --comment -b "Automatically approved dependabot pull request." "$PR_URL"
+ run: gh pr review --approve "$PR_URL"
31
- name: merge
32
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments