We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ebbbb commit 5a47d2fCopy full SHA for 5a47d2f
.github/workflows/release.yml
@@ -75,6 +75,6 @@ jobs:
75
76
- name: Enable Pull Request Automerge
77
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
78
- run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
+ run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin
79
env:
80
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments