Skip to content

Commit a4c86d9

Browse files
committed
fixup! fixup! fixup! fixup! chore(e2e-tests): Add a pnpm-lock file to every e2e test folder
1 parent 36c4f39 commit a4c86d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/update-e2e-lockfiles.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
env:
120120
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121121

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'
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'

0 commit comments

Comments
 (0)