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/2] 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/2] 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 +