File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,11 @@ jobs:
1414 matrix :
1515 include :
1616 - version : stackhpc/2023.1
17- codename : Antelope
1817 - version : stackhpc/2024.1
19- codename : Caracal
2018 - version : stackhpc/2025.1
21- codename : Epoxy
2219 uses : ./.github/workflows/update-dependencies.yml
2320 with :
2421 branch : ${{ matrix.version }}
25- openstack_codename : ${{ matrix.codename }}
2622 permissions :
2723 contents : write
2824 pull-requests : write
Original file line number Diff line number Diff line change 77 description : Branch to update. Must exist in all repositories. e.g. stackhpc/2025.1
88 type : string
99 required : true
10- openstack_codename :
11- description : OpenStack codename e.g. Epoxy
12- type : string
13- required : true
1410 workflow_dispatch :
1511 inputs :
1612 branch :
1713 description : Branch to update. Must exist in all repositories. e.g. stackhpc/2025.1
1814 type : string
1915 required : true
20- openstack_codename :
21- description : OpenStack codename e.g. Epoxy
22- type : string
23- required : true
2416
2517jobs :
2618 propose-dependency-updates :
@@ -185,5 +177,4 @@ jobs:
185177 --title "(automated) Bump dependencies for OpenStack ${{ inputs.branch }}" \
186178 --body-file ../../pr_body.md \
187179 --label "automated" \
188- --label "${{ inputs.openstack_codename }}"
189180
You can’t perform that action at this time.
0 commit comments