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:
14
14
matrix :
15
15
include :
16
16
- version : stackhpc/2023.1
17
+ codename : Antelope
17
18
- version : stackhpc/2024.1
19
+ codename : Caracal
18
20
uses : ./.github/workflows/update-dependencies.yml
19
21
with :
20
22
openstack_version : ${{ matrix.version }}
23
+ openstack_codename : ${{ matrix.codename }}
21
24
permissions :
22
25
contents : write
23
26
pull-requests : write
Original file line number Diff line number Diff line change 7
7
description : OpenStack version
8
8
type : string
9
9
required : true
10
+ openstack_codename :
11
+ description : OpenStack codename
12
+ type : string
13
+ required : true
10
14
11
15
jobs :
12
16
propose_github_release_updates :
80
84
body : >
81
85
This PR was created automatically to update ${{ inputs.openstack_version }}
82
86
${{ 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