From c3b64d2527b1dfc48caa6ab4030eaba0bcd8ac48 Mon Sep 17 00:00:00 2001 From: harshithapv <54084812+harshithapv@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:37:04 -0700 Subject: [PATCH 1/5] Added CODEOWNERS file in the .github/ folder. This allows reviewers to review any changes in the machine learning repository --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..aacf76dad7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# 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 +* @codemzs @yaeldekel @eerhardt @ganik @harishsk @harshithapv + From ee0cdf71bc6b5e675de028237f40ead06fdc896c Mon Sep 17 00:00:00 2001 From: harshithapv <54084812+harshithapv@users.noreply.github.com> Date: Thu, 22 Aug 2019 17:18:14 -0700 Subject: [PATCH 2/5] Updated .github/CODEOWNERS with the team instead of individual reviewers --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aacf76dad7..f37ba42ebf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,6 @@ # For more information on CODEOWNERS file see : https://help.github.com/en/articles/about-code-owners # For the entire repository -* @codemzs @yaeldekel @eerhardt @ganik @harishsk @harshithapv +* @dotnet/mlnet-core + From ff92ab66e8f6df68ffe42bcc47bbf1400d33b7cb Mon Sep 17 00:00:00 2001 From: harshithapv <54084812+harshithapv@users.noreply.github.com> Date: Fri, 23 Aug 2019 11:40:55 -0700 Subject: [PATCH 3/5] Added AutoML team reviwers to files owned by AutoML team --- .github/CODEOWNERS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f37ba42ebf..03b5afba06 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,12 @@ # For more information on CODEOWNERS file see : https://help.github.com/en/articles/about-code-owners # For the entire repository -* @dotnet/mlnet-core - +* @dotnet/mlnet-core +# Revierwers for files owned by AutoML team +src\Microsoft.ML.AutoML @dotnet/mlnet-automl +src\mlnet @dotnet/mlnet-automl +test\Microsoft.ML.AutoML.Tests @dotnet/mlnet-automl +test\mlnet.Tests @dotnet/mlnet-automl +pkg\Microsoft.ML.AutoML @dotnet/mlnet-automl +docs\samples\Microsoft.ML.AutoML.Samples @dotnet/mlnet-automl From 63d243dc10a363f84ec5d1fe64290a122587f78a Mon Sep 17 00:00:00 2001 From: harshithapv <54084812+harshithapv@users.noreply.github.com> Date: Fri, 23 Aug 2019 11:48:40 -0700 Subject: [PATCH 4/5] Added AutoML team reviwers to files owned by AutoML team --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 03b5afba06..6cd6b61e59 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # For the entire repository * @dotnet/mlnet-core -# Revierwers for files owned by AutoML team +# Reviewers for files owned by AutoML team src\Microsoft.ML.AutoML @dotnet/mlnet-automl src\mlnet @dotnet/mlnet-automl test\Microsoft.ML.AutoML.Tests @dotnet/mlnet-automl From 116cc9631645ff8a826b946db9cb95aab61f17f1 Mon Sep 17 00:00:00 2001 From: harshithapv <54084812+harshithapv@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:58:25 -0700 Subject: [PATCH 5/5] Removed two files that don't exist for AutoML team in CODEOWNERS --- .github/CODEOWNERS | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cd6b61e59..4e01115ac0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,9 +5,7 @@ * @dotnet/mlnet-core # Reviewers for files owned by AutoML team -src\Microsoft.ML.AutoML @dotnet/mlnet-automl -src\mlnet @dotnet/mlnet-automl -test\Microsoft.ML.AutoML.Tests @dotnet/mlnet-automl -test\mlnet.Tests @dotnet/mlnet-automl -pkg\Microsoft.ML.AutoML @dotnet/mlnet-automl -docs\samples\Microsoft.ML.AutoML.Samples @dotnet/mlnet-automl +src/Microsoft.ML.AutoML @dotnet/mlnet-automl +test/Microsoft.ML.AutoML.Tests @dotnet/mlnet-automl +pkg/Microsoft.ML.AutoML @dotnet/mlnet-automl +docs/samples/Microsoft.ML.AutoML.Samples @dotnet/mlnet-automl