From fe3e63777c20d03ca746cf41dafa6148e110cfc5 Mon Sep 17 00:00:00 2001 From: Alvaro Aleman Date: Fri, 19 Oct 2018 20:41:27 +0200 Subject: [PATCH] Add OWNERS --- 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 000000000..9c7c68269 --- /dev/null +++ b/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: + - machine-controller-maintainers + +reviewers: + - machine-controller-maintainers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 000000000..799394afa --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md + +aliases: + machine-controller-maintainers: + - alvaroaleman + - mrIncompetent + - kdomanski