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