File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ci/legacy/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments