Skip to content

Commit e9727eb

Browse files
authored
Trigger operator certification PR on release (#613)
1 parent 9a49933 commit e9727eb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/create-operator-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
type: string
88
description: The version of the operator to submit for approval
99
required: true
10+
workflow_call:
11+
inputs:
12+
version:
13+
type: string
14+
description: The version of the operator to submit for approval
15+
required: true
1016

1117
concurrency:
1218
group: ${{ github.ref_name }}-create-operator-pr

.github/workflows/release-operator.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,11 @@ jobs:
237237
238238
- NGINX Ingress Controller {{nic_version}}
239239
- OpenShift {{openshift_version}} or newer.
240+
241+
create-pr:
242+
name: Certify for Red Hat OpenShift
243+
needs: [certify-openshift-images]
244+
uses: ./.github/workflows/create-operator-pr.yml
245+
with:
246+
version: ${{ inputs.operator_version }}
247+
secrets: inherit

0 commit comments

Comments
 (0)