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 36c4f39 commit a4c86d9Copy full SHA for a4c86d9
1 file changed
.github/workflows/update-e2e-lockfiles.yml
@@ -119,9 +119,9 @@ jobs:
119
env:
120
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
122
- - name: Auto approve PR
123
- if: steps.create-pr.outputs.pull-request-number != ''
124
- uses: hmarr/auto-approve-action@v4
125
- with:
126
- pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}
127
- review-message: 'Auto approved automated PR'
+ # - name: Auto approve PR
+ # if: steps.create-pr.outputs.pull-request-number != ''
+ # uses: hmarr/auto-approve-action@v4
+ # with:
+ # pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}
+ # review-message: 'Auto approved automated PR'
0 commit comments