Skip to content

Commit 51e42b5

Browse files
committed
fixup! chore(e2e-tests): Add a pnpm-lock file to every e2e test folder
1 parent 99b4e78 commit 51e42b5

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,16 @@ jobs:
8484
with:
8585
branch: chore/update-e2e-lockfiles
8686
delete-branch: true
87-
title: ${{ inputs.sentry_only && 'chore(e2e): Update @sentry/* in lockfiles' || 'chore(e2e): Update pnpm lockfiles' }}
88-
body: |
89-
${{ inputs.sentry_only && 'Automated update of `@sentry/*` packages in E2E test application lockfiles after release.' || 'Automated daily update of E2E test application lockfiles.' }}
90-
91-
This PR updates the `pnpm-lock.yaml` files in all E2E test applications.
92-
commit-message: ${{ inputs.sentry_only && 'chore(e2e): update @sentry/* in lockfiles' || 'chore(e2e): update pnpm lockfiles' }}
87+
title:
88+
"${{ inputs.sentry_only && 'chore(e2e): Update @sentry/* in lockfiles' || 'chore(e2e): Update pnpm
89+
lockfiles' }}"
90+
body:
91+
"${{ inputs.sentry_only && 'Automated update of @sentry/* packages in E2E test application lockfiles after
92+
release.' || 'Automated daily update of E2E test application lockfiles.' }}\n\nThis PR updates the
93+
pnpm-lock.yaml files in all E2E test applications."
94+
commit-message:
95+
"${{ inputs.sentry_only && 'chore(e2e): update @sentry/* in lockfiles' || 'chore(e2e): update pnpm
96+
lockfiles' }}"
9397
labels: |
9498
CI & Build
9599

0 commit comments

Comments
 (0)