Skip to content

Commit b4a6d77

Browse files
committed
Merge Dependabot PRs after passing CI
1 parent 3929dd8 commit b4a6d77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
echo "Timed out waiting for required CI"
4444
exit 1
4545
46-
- name: Enable auto-merge after CI passes
46+
- name: Merge after CI passes
4747
env:
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
PR_URL: ${{ github.event.pull_request.html_url }}
50-
run: gh pr merge --auto --squash "$PR_URL"
50+
run: gh pr merge --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)