Skip to content

Commit

Permalink
chore: fix approval by providing url to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
BaljeetSinghaw authored and jpoehnelt committed Nov 15, 2024
1 parent a51cf39 commit 63359a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
steps:
- name: approve
run: gh pr review --comment -b "Automatically approved dependabot pull request."
run: gh pr review --comment -b "Automatically approved dependabot pull request." "$PR_URL"
- name: merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 comments on commit 63359a4

Please sign in to comment.