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