File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ metamodel_version:=v0.0.67
4141metamodel_url: =https://github.com/openshift-online/ocm-api-metamodel/releases/download/$(metamodel_version ) /metamodel-$(UNAME ) -amd64
4242metamodel_sha1_url: =https://github.com/openshift-online/ocm-api-metamodel/releases/download/$(metamodel_version ) /metamodel-$(UNAME ) -amd64.sha256
4343
44+ verify : check
45+ .PHONY : verify
46+
4447.PHONY : check
4548check : metamodel
4649 ./metamodel check --model=model
Original file line number Diff line number Diff line change 1+ # DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
2+ # Fetched from https://github.com/openshift-online/ocm-service-common root OWNERS
3+ # If the repo had OWNERS_ALIASES then the aliases were expanded
4+ # Logins who are not members of 'openshift' organization were filtered out
5+ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
6+
7+ # to be significantly reduced once top-level architects decide API review shape
8+ approvers:
9+ - ahitacat
10+ - ciaranRoche
11+ - davidleerh
12+ - gdbranco
13+ - lucasponce
14+ - machi1990
15+ - miguelsorianod
16+ - oriAdler
17+ - renan-campos
18+ - vkareh
19+ - zgalor
20+ reviewers:
21+ - ahitacat
22+ - ciaranRoche
23+ - davidleerh
24+ - gdbranco
25+ - lucasponce
26+ - machi1990
27+ - miguelsorianod
28+ - oriAdler
29+ - renan-campos
30+ - vkareh
31+ - zgalor
You can’t perform that action at this time.
0 commit comments