Skip to content

Commit 6d7ef93

Browse files
committed
feat(ci): upgrade create-pull-request action to v7.0.8 with commit signing
- Upgrade peter-evans/create-pull-request from v5.0.2 to v7.0.8 - Enable sign-commits to sign automated commits as github-actions[bot] Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 92f96b6 commit 6d7ef93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,11 @@ jobs:
174174
run: .github/workflows/utils/bump-project-version.sh ${{ github.ref_name }}
175175

176176
- name: Create Pull Request
177-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
177+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
178178
with:
179179
commit-message: Bump Chart and Dagger Version ${{ github.ref_name }}
180180
signoff: true
181+
sign-commits: true
181182
base: main
182183
title: Bump Helm Chart and Dagger Version => ${{ github.ref_name }}
183184
body: |

0 commit comments

Comments
 (0)