mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore: fix approval by providing url to pr
This commit is contained in:
parent
db82d9a932
commit
fd2227fb39
2
.github/workflows/dependabot.yml
vendored
2
.github/workflows/dependabot.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user