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