We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7a866 commit 24b82c8Copy full SHA for 24b82c8
1 file changed
.github/workflows/dependabot.yml
@@ -27,6 +27,6 @@ jobs:
27
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
28
steps:
29
- name: approve
30
- run: gh pr review --comment -b "Automatically approved dependabot pull request."
+ run: gh pr review --comment -b "Automatically approved dependabot pull request." "$PR_URL"
31
- name: merge
32
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments