-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Raise a PR to update the pnpm-lock file (#627)
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
author: svc-gh-is-01 <[email protected]> | ||
body: | | ||
This PR updates the pnpm-lock.yaml file |