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 a388543 commit 2b3b194Copy full SHA for 2b3b194
.github/workflows/release.yml
@@ -65,6 +65,6 @@ jobs:
65
66
- name: Enable Pull Request Automerge
67
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
68
- run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
+ run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin
69
env:
70
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments