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 72fc944 commit 7989a2eCopy full SHA for 7989a2e
1 file changed
.github/workflows/spec_update.yml
@@ -103,8 +103,8 @@ jobs:
103
maintainers
104
draft: false
105
106
- - name: Enable Pull Request Automerge
107
- if: steps.create-pr.outputs.pull-request-number
108
- run: gh pr merge --merge --auto "${{ steps.create-pr.outputs.pull-request-number }}"
109
- env:
110
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
+ # - name: Enable Pull Request Automerge
+ # if: steps.create-pr.outputs.pull-request-number
+ # run: gh pr merge --merge --auto "${{ steps.create-pr.outputs.pull-request-number }}"
+ # env:
+ # GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments