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 b8287b1 commit ba4dc1eCopy full SHA for ba4dc1e
.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 --admin
+ run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
79
env:
80
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments