Skip to content

Commit 829dfbc

Browse files
committed
Create a pull request with the changes
1 parent a572a6e commit 829dfbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ jobs:
7777
CHANGELOG: caller/${{ inputs.changelog }}
7878
URL: ${{ github.server_url }}/${{ github.repository }}
7979
VERSION: ${{ steps.get-next-version.outputs.next_version }}
80+
81+
- name: Create Pull Request
82+
uses: peter-evans/create-pull-request@v6
83+
with:
84+
path: caller
85+
add-paths: ${{ inputs.changelog }}
86+
branch: automation-create-release-${{ steps.get-next-version.outputs.next_version }}

0 commit comments

Comments
 (0)