Skip to content

Commit b47afbd

Browse files
Use latest version of the create-pull-request (#472)
Version 4 is failing to label the PR as "release". https://github.com/packit/specfile/actions/runs/15063508833 I am not sure if this will work, I can try and close later the opened PR.
2 parents 8156990 + 1ba12fa commit b47afbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
prerelease_suffix_pattern: "([.\\-_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\-_]?\\d+)?"
2828
prerelease_suffix_macro: prerelease
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v4
30+
uses: peter-evans/create-pull-request@v7
3131
with:
3232
labels: release
3333
commit-message: Release ${{ inputs.version }}

0 commit comments

Comments
 (0)