Skip to content

Commit

Permalink
fix: Raise a PR to update the pnpm-lock file (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w authored Dec 18, 2024
1 parent 314f7d5 commit fd290f9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
run: git push --set-upstream origin changeset-release/main
shell: bash

- name: Commit lock file
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
- name: Commit pnpm-lock.yaml file changes
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
with:
commit_message: "chore: update lock file"
commit-message: "🤖 chore: Update the pnpm-lock.yaml file"
title: "chore: 🤖 [Automated PR] Update the pnpm-lock.yaml file"
committer: svc-gh-is-01 <116854830+svc-gh-is-01@users.noreply.github.com>
author: svc-gh-is-01 <116854830+svc-gh-is-01@users.noreply.github.com>
body: |
This PR updates the pnpm-lock.yaml file

0 comments on commit fd290f9

Please sign in to comment.