File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ jobs:
1414 matrix :
1515 include :
1616 - version : stackhpc/2023.1
17+ codename : Antelope
1718 - version : stackhpc/2024.1
19+ codename : Caracal
1820 uses : ./.github/workflows/update-dependencies.yml
1921 with :
2022 openstack_version : ${{ matrix.version }}
23+ openstack_codename : ${{ matrix.codename }}
2124 permissions :
2225 contents : write
2326 pull-requests : write
Original file line number Diff line number Diff line change 77 description : OpenStack version
88 type : string
99 required : true
10+ openstack_codename :
11+ description : OpenStack codename
12+ type : string
13+ required : true
1014
1115jobs :
1216 propose_github_release_updates :
8084 body : >
8185 This PR was created automatically to update ${{ inputs.openstack_version }}
8286 ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.
87+ labels : |
88+ stackhpc-ci
89+ ${{ inputs.openstack_codename }}
You can’t perform that action at this time.
0 commit comments