File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 inputs :
88 OLD_VERSION :
9- description : ' Enter old version'
10- # Show defaults as examples so user enters correct format.
11- default : ' 23.0.0.11'
9+ description : ' Enter old version (what was just released)'
1210 required : true
1311 type : string
1412 NEW_VERSION :
15- description : ' Enter new version'
16- default : ' 23.0.0.12'
13+ description : ' Enter new version (pre-eGA release)'
1714 required : true
1815 type : string
1916 BUILD_LABEL :
5552
5653 - name : Create Pull Request
5754 run : |
58- gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r mbroz2 -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
55+ gh pr create -B vNext -H "${{ inputs.NEW_VERSION }}-release" -r leochr --title "Updates for the release of ${{ inputs.NEW_VERSION }}" --body "Created by Github Actions"
5956 env :
6057 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6158
You can’t perform that action at this time.
0 commit comments