diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..d2046036 --- /dev/null +++ b/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS SPEC docs:https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#owners-spec + +approvers: + - core +reviewers: + - core + diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000..d6360440 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,7 @@ +# See the OWNERS_ALIASES docs: https://git.k8s.io/community/contributors/guide/owners.md#owners_aliases + +aliases: + core: + - umago + - lpiwowar + - Akrog