We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f3333 commit 62adcb3Copy full SHA for 62adcb3
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -27,8 +27,9 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Enable auto-merge for Dependabot PRs
30
- run: gh pr merge --auto --squash "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL" || echo "Auto-merge not available, will merge manually after checks pass"
31
env:
32
PR_URL: ${{ github.event.pull_request.html_url }}
33
34
+ continue-on-error: true
35
0 commit comments