Skip to content

Commit fedacde

Browse files
priteauAlex-Welsh
authored andcommitted
CI: Stop adding release labels to pull requests
The labels have been removed which broke this workflow.
1 parent 3124044 commit fedacde

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

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

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

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,12 @@ on:
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

2517
jobs:
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

0 commit comments

Comments
 (0)