We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0720c8 commit fd78d99Copy full SHA for fd78d99
1 file changed
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Enable auto-merge for Dependabot PRs
60
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"
+ run: gh pr merge --admin --squash "$PR_URL"
62
env:
63
PR_URL: ${{github.event.pull_request.html_url}}
64
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments