Skip to content

Commit a288276

Browse files
authored
comment out auto-approve (#424)
1 parent 1ed080c commit a288276

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ jobs:
9191
alert-lookup: true
9292
github-token: "${{ secrets.GITHUB_TOKEN }}"
9393

94-
- name: Approve PR
95-
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
96-
run: gh pr review --approve "$PR_URL"
97-
env:
98-
PR_URL: ${{github.event.pull_request.html_url}}
99-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
94+
# - name: Approve PR
95+
# if: steps.metadata.outputs.update-type != 'version-update:semver-major'
96+
# run: gh pr review --approve "$PR_URL"
97+
# env:
98+
# PR_URL: ${{github.event.pull_request.html_url}}
99+
# GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
100100

101101
# - name: Enable auto-merge for Dependabot PRs
102102
# if: steps.metadata.outputs.update-type != 'version-update:semver-major'

0 commit comments

Comments
 (0)