1 parent 3929dd8 commit b4a6d77Copy full SHA for b4a6d77
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -43,8 +43,8 @@ jobs:
43
echo "Timed out waiting for required CI"
44
exit 1
45
46
- - name: Enable auto-merge after CI passes
+ - name: Merge after CI passes
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
PR_URL: ${{ github.event.pull_request.html_url }}
50
- run: gh pr merge --auto --squash "$PR_URL"
+ run: gh pr merge --squash --delete-branch "$PR_URL"
0 commit comments