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 3c176c8 commit 5c1df72Copy full SHA for 5c1df72
.github/workflows/release.yml
@@ -65,8 +65,6 @@ jobs:
65
66
- name: Enable Pull Request Automerge
67
if: steps.cpr.outputs.pull-request-operation == 'created'
68
- uses: peter-evans/enable-pull-request-automerge@v3
69
- with:
70
- token: ${{ secrets.GH_ACCESS_TOKEN }}
71
- pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
72
- merge-method: squash
+ run: gh pr merge --merge --auto --squash "${{ steps.cpr.outputs.pull-request-number }}"
+ env:
+ GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments