Skip to content

Commit 7fdfa68

Browse files
committed
chore: only approve
1 parent 080436c commit 7fdfa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
2828
steps:
2929
- name: approve
30-
run: gh pr review --approve --comment -b "Automatically approved dependabot pull request." "$PR_URL"
30+
run: gh pr review --approve "$PR_URL"
3131
- name: merge
3232
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)