From 37ab0e9a93cd95ef3eadd71f1a5c95aafc8ac454 Mon Sep 17 00:00:00 2001
From: "Harish S. Kulkarni" <harish.kulkarni@microsoft.com>
Date: Mon, 7 Dec 2020 12:16:42 -0800
Subject: [PATCH] Removed CODEOWNERS file to unify review process

---
 .github/CODEOWNERS | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
deleted file mode 100644
index 724f77e913..0000000000
--- a/.github/CODEOWNERS
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file contains the default reviewers for ML .NET code
-# For more information on CODEOWNERS file see : https://help.github.com/en/articles/about-code-owners
-
-# For the entire repository 
-*	@dotnet/mlnet-core
-
-# Reviewers for files owned by AutoML team
-src/Microsoft.ML.AutoML	@dotnet/mlnet-automl
-src/Microsoft.ML.CodeGenerator	@dotnet/mlnet-automl
-test/Microsoft.ML.AutoML.Tests	@dotnet/mlnet-automl
-test/Microsoft.ML.CodeGenerator.Tests	@dotnet/mlnet-automl
-pkg/Microsoft.ML.AutoML	@dotnet/mlnet-automl
-pkg/Microsoft.ML.CodeGenerator	@dotnet/mlnet-automl
-docs/samples/Microsoft.ML.AutoML.Samples	@dotnet/mlnet-automl