Skip to content

Commit 9bf5114

Browse files
Include CI labels
1 parent 1f665ee commit 9bf5114

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/stackhpc-update-kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/update-dependencies.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: OpenStack version
88
type: string
99
required: true
10+
openstack_codename:
11+
description: OpenStack codename
12+
type: string
13+
required: true
1014

1115
jobs:
1216
propose_github_release_updates:
@@ -80,3 +84,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)