File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
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'
You can’t perform that action at this time.
0 commit comments