File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
1117concurrency :
1218 group : ${{ github.ref_name }}-create-operator-pr
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments