From 47d4f5121dd89344617da2fae9023ddc8dcc80b9 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 12 Nov 2025 14:09:01 +0000 Subject: [PATCH] Add OWNER and OWNERS_ALIASES files Needed for setting up prow Signed-off-by: Lucas Alvares Gomes --- OWNERS | 7 +++++++ OWNERS_ALIASES | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES 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