Skip to content

Commit

Permalink
Create a pull request with the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 30, 2024
1 parent a572a6e commit 829dfbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
CHANGELOG: caller/${{ inputs.changelog }}
URL: ${{ github.server_url }}/${{ github.repository }}
VERSION: ${{ steps.get-next-version.outputs.next_version }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
path: caller
add-paths: ${{ inputs.changelog }}
branch: automation-create-release-${{ steps.get-next-version.outputs.next_version }}

0 comments on commit 829dfbc

Please sign in to comment.