File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Auto NPM Update
1+ name : Auto Update
22
33# Controls when the workflow will run
44on :
55 workflow_dispatch :
66 schedule :
7- - cron : " 0 0 * * * " # Runs every day at midnight
7+ - cron : " 0 0 * * 0 " # Runs every day at midnight
88
99jobs :
10- update :
10+ npm-upgrade :
1111 runs-on : ubuntu-latest
1212
1313 steps :
@@ -27,11 +27,11 @@ jobs:
2727 uses : peter-evans/create-pull-request@v4
2828 with :
2929 title : " Auto NPM Update"
30- body : " This PR was created automatically by the Auto NPM Update workflow."
30+ body : " This PR was created automatically by the Auto Update workflow."
3131 signoff : true
3232 commit-message : " Update dependencies via `npm upgrade`."
33- branch : " create-pull-request/auto-npm- update"
33+ branch : " create-pull-request/auto-update/npm "
3434 branch-suffix : " timestamp"
35- labels : " auto-npm- update,dependencies,javascript"
35+ labels : " auto-update,dependencies,javascript"
3636 delete-branch : true
3737 token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments