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 a572a6e commit 829dfbcCopy full SHA for 829dfbc
.github/workflows/create-release-pr.yaml
@@ -77,3 +77,10 @@ jobs:
77
CHANGELOG: caller/${{ inputs.changelog }}
78
URL: ${{ github.server_url }}/${{ github.repository }}
79
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