Skip to content

Commit

Permalink
feat(upgrade): update create-pull-request to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Nov 10, 2024
1 parent cc52cbb commit 5727e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrade/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ inputs:
description: A boolean to sign commits. See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signature-verification-for-bots
required: false
default: false

outputs:
pull-request-number:
description: The pull request number
Expand Down Expand Up @@ -152,7 +153,7 @@ runs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: ${{ inputs.prefix }}${{ env.PR_TITLE }}
body: ${{ env.PR_DESCRIPTION }}
Expand All @@ -165,5 +166,6 @@ runs:
assignees: ${{ inputs.assignees }}
reviewers: ${{ inputs.reviewers }}
token: ${{ inputs.github-token }}
branch-token: ${{ inputs.github-token }}
signoff: ${{ inputs.signoff }}
sign-commits: ${{ inputs.sign-commits }}

0 comments on commit 5727e32

Please sign in to comment.