From abcea7a36ebd26575b5cf1097cad9f29a4744f06 Mon Sep 17 00:00:00 2001 From: Nicholas Thomson Date: Thu, 13 May 2021 13:26:24 -0700 Subject: [PATCH] Add OWNERS and OWNERS_ALIASES templates --- OWNERS | 5 +++++ OWNERS_ALIASES | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..5f7c991a --- /dev/null +++ b/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - core-ack-team + - service-team \ No newline at end of file diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000..0f9b7798 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,12 @@ +# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases + +aliases: + # Always allow the core ACK maintainers to have access to your repository + core-ack-team: + - jaypipes + - mhausenblas + - a-hilaly + - RedbackThomson + - vijtrip2 + # TODO: Add your team members to your team controller alias + service-team: [] \ No newline at end of file