We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb154d commit 11b7146Copy full SHA for 11b7146
.github/workflows/release.yaml
@@ -174,10 +174,11 @@ jobs:
174
run: .github/workflows/utils/bump-project-version.sh ${{ github.ref_name }}
175
176
- name: Create Pull Request
177
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
178
with:
179
commit-message: Bump Chart and Dagger Version ${{ github.ref_name }}
180
signoff: true
181
+ sign-commits: true
182
base: main
183
title: Bump Helm Chart and Dagger Version => ${{ github.ref_name }}
184
body: |
0 commit comments