Skip to content

Commit 3fdd8e1

Browse files
committed
CI sync-packages v011
1 parent 3bb55f1 commit 3fdd8e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/sync-packages.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
- name: Create or update pull request
3232
uses: peter-evans/create-pull-request@v7
3333
with:
34-
commit-message: '(AUTO) Update packages data'
35-
title: '🤖 Update packages data'
36-
body: Automatically fetch latest packages data from NPM & GitHub.
37-
base: main
38-
branch: ci/update-packages-data
34+
commit-message: 'chore(packages): Update metadata'
35+
title: 'chore(packages): Update metadata'
36+
body: Automatically fetch latest packages metadata from NPM & GitHub.
37+
branch: ci/update-packages-metadata
3938
delete-branch: true

0 commit comments

Comments
 (0)