Skip to content

Commit f474aee

Browse files
Merge pull request #63 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 32a62f0 + de9dffa commit f474aee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
name: PR Labeler
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: technote-space/pr-labeler-action@v3
32+
- uses: technote-space/pr-labeler-action@v4

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
EXCLUDE_MERGED: 'true'
2121
- name: Update dependencies
2222
id: update_deps
23-
uses: technote-space/create-pr-action@v1
23+
uses: technote-space/create-pr-action@v2
2424
with:
2525
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2626
EXECUTE_COMMANDS: |
@@ -29,8 +29,6 @@ jobs:
2929
yarn upgrade
3030
yarn audit
3131
COMMIT_MESSAGE: 'chore: update npm dependencies'
32-
PR_BRANCH_NAME: 'chore-npm-update-${PR_ID}'
33-
PR_TITLE: 'chore: update npm dependencies (${PR_MERGE_REF})'
3432
PR_DEFAULT_BRANCH_PREFIX: release/
3533
PR_DEFAULT_BRANCH_NAME: next-${CURRENT_VERSION}
3634
PR_DEFAULT_BRANCH_TITLE: 'feat: release'

0 commit comments

Comments
 (0)