Skip to content

Commit 62adcb3

Browse files
committed
Update Dependabot auto-merge workflow
1 parent b5f3333 commit 62adcb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Enable auto-merge for Dependabot PRs
30-
run: gh pr merge --auto --squash "$PR_URL"
30+
run: gh pr merge --auto --squash "$PR_URL" || echo "Auto-merge not available, will merge manually after checks pass"
3131
env:
3232
PR_URL: ${{ github.event.pull_request.html_url }}
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
continue-on-error: true
3435

0 commit comments

Comments
 (0)