Skip to content

Commit 5de1fad

Browse files
committed
feat(ci): pnpm updater
1 parent 1d0c656 commit 5de1fad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pnpm-updater.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ jobs:
5050
update-pull-request-title-and-body: true
5151
branch: chore/update-pnpm
5252
body: |
53-
Updates pnpm from ${{ steps.update-pnpm.outputs.old }} to version ${{ steps.update-pnpm.outputs.new }}
53+
Updates pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}
5454
5555
cc @nodejs/web-infra
5656
5757
Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
58-
commit-message: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
59-
labels: fast-track
60-
title: 'chore: update pnpm to ${{ steps.update-pnpm.outputs.new }}'
58+
commit-message: 'meta: update pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}'
59+
title: 'meta: update pnpm from ${{ steps.update-pnpm.outputs.old }} to ${{ steps.update-pnpm.outputs.new }}'
6160
draft: true

0 commit comments

Comments
 (0)