Skip to content

Commit f158668

Browse files
authored
fix(ci): automatically merge Dependabot PRs upon approval again, again (#1119)
Refs: 92a0e33
1 parent 58c731b commit f158668

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Merge Dependabot PR
17-
run: gh pr merge --squash --delete-branch
17+
run: gh pr merge --squash --delete-branch "$PR_URL"
1818
env:
19+
PR_URL: ${{ github.event.pull_request.html_url }}
1920
GITHUB_TOKEN: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)