From a3ddf4db9b984372ba05d16494d6ff1e5b6a231b Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 19 Jun 2020 11:46:34 +0200 Subject: [PATCH] =?UTF-8?q?Use=20OWNER=5FALIASES=20defined=20teams=20?= =?UTF-8?q?=F0=9F=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and add automatic labels Signed-off-by: Vincent Demeester --- OWNERS | 15 +-------------- hack/OWNERS | 6 ++++++ pkg/apis/OWNERS | 4 ++++ test/OWNERS | 2 ++ 4 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 hack/OWNERS create mode 100644 pkg/apis/OWNERS create mode 100644 test/OWNERS diff --git a/OWNERS b/OWNERS index 2b43672523a..b36e9078c3b 100644 --- a/OWNERS +++ b/OWNERS @@ -1,17 +1,4 @@ # The OWNERS file is used by prow to automatically merge approved PRs. approvers: -- bobcatfish -- dlorenc -- ImJasonH -- vdemeester -- afrittoli -- dibyom -- sbwsg - -# Alumni ❤️ -# tejal29 -# pivotal-nader-ziada -# shashwathi -# aaron-prindle -# abayer +- pipeline-approvers diff --git a/hack/OWNERS b/hack/OWNERS new file mode 100644 index 00000000000..1b3eb9f57db --- /dev/null +++ b/hack/OWNERS @@ -0,0 +1,6 @@ +approvers: +- productivity-approvers +reviewers: +- productivity-reviewers +labels: +- area/test-infra \ No newline at end of file diff --git a/pkg/apis/OWNERS b/pkg/apis/OWNERS new file mode 100644 index 00000000000..2c58fa2d0c3 --- /dev/null +++ b/pkg/apis/OWNERS @@ -0,0 +1,4 @@ +approvers: +- apis-approvers +labels: +- area/api \ No newline at end of file diff --git a/test/OWNERS b/test/OWNERS new file mode 100644 index 00000000000..2596dfd2ad1 --- /dev/null +++ b/test/OWNERS @@ -0,0 +1,2 @@ +labels: +- area/testing \ No newline at end of file