Skip to content

Commit fd78d99

Browse files
Change Dependabot PR merge command to use admin flag
1 parent c0720c8 commit fd78d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Enable auto-merge for Dependabot PRs
6060
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'null'
61-
run: gh pr merge --auto --squash "$PR_URL"
61+
run: gh pr merge --admin --squash "$PR_URL"
6262
env:
6363
PR_URL: ${{github.event.pull_request.html_url}}
6464
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)