File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ jobs:
2525 - name : Create Pull Request
2626 uses :
peter-evans/[email protected] 2727 with :
28- token : ${{ secrets.VGV_BOT_PAT }}
2928 base : main
29+ labels : bot
3030 branch : feat/bump-template-bundles
31- commit-message : " feat: bump template bundles"
3231 title : " feat: bump template bundles"
3332 body : Please squash and merge me!
34- labels : bot
33+ commit-message : " feat: bump template bundles"
34+ token : ${{ secrets.VGV_BOT_PAT }}
35+ sign-commits : true
Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ jobs:
4949 if : ${{ env.did_change == 'true' }}
5050 uses :
peter-evans/[email protected] 5151 with :
52- token : ${{ secrets.VGV_BOT_PAT }}
5352 base : main
53+ labels : bot
5454 branch : chore/update-spdx-license
55- commit-message : " chore: update SPDX licenses"
5655 title : " chore: update SPDX licenses"
5756 body : Please squash and merge me!
58- labels : bot
57+ commit-message : " chore: update SPDX licenses"
58+ token : ${{ secrets.VGV_BOT_PAT }}
59+ sign-commits : true
You can’t perform that action at this time.
0 commit comments