Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/create-operator-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
type: string
description: The version of the operator to submit for approval
required: true
workflow_call:
inputs:
version:
type: string
description: The version of the operator to submit for approval
required: true

concurrency:
group: ${{ github.ref_name }}-create-operator-pr
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,11 @@ jobs:

- NGINX Ingress Controller {{nic_version}}
- OpenShift {{openshift_version}} or newer.

create-pr:
name: Certify for Red Hat OpenShift
needs: [certify-openshift-images]
uses: ./.github/workflows/create-operator-pr.yml
with:
version: ${{ inputs.operator_version }}
secrets: inherit