Skip to content

Commit 04a294c

Browse files
authored
Merge pull request #451 from redhat-openshift-ecosystem/ISV-6115
[ISV-6115] Automatically approve new k8s operators.
2 parents 2be38a8 + 65de4d5 commit 04a294c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/legacy/.github/workflows/command_merge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
(!contains(fromJSON(steps.labels.outputs.result).*.name, 'authorized-changes')) &&
4141
(contains(fromJSON(steps.labels.outputs.result).*.name, 'installation-validated')) &&
4242
(contains(fromJSON(steps.labels.outputs.result).*.name, 'package-validated')) &&
43-
(!contains(fromJSON(steps.labels.outputs.result).*.name, 'new-operator')) &&
4443
(!contains(fromJSON(steps.labels.outputs.result).*.name, 'do-not-merge/work-in-progress')) &&
4544
(!contains(fromJSON(steps.labels.outputs.result).*.name, 'do-not-merge/hold'))
4645
with:

ci/legacy/.github/workflows/operator_ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,9 @@ jobs:
322322
issue_number: context.issue.number,
323323
owner: context.repo.owner,
324324
repo: context.repo.repo,
325-
labels: [ 'new-operator' ]
325+
labels: [ 'new-operator', 'authorized-changes' ]
326326
})
327+
327328
- name: Verify operator modifications
328329
id: op-verify-modifications
329330
env:

0 commit comments

Comments
 (0)