Skip to content

Commit 2ecc192

Browse files
authored
Added AutoML team reviewers (#4144)
* Added CODEOWNERS file in the .github/ folder. This allows reviewers to review any changes in the machine learning repository * Updated .github/CODEOWNERS with the team instead of individual reviewers * Added AutoML team reviwers to files owned by AutoML team * Added AutoML team reviwers to files owned by AutoML team * Removed two files that don't exist for AutoML team in CODEOWNERS
1 parent e50c4d2 commit 2ecc192

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/CODEOWNERS

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# For more information on CODEOWNERS file see : https://help.github.com/en/articles/about-code-owners
33

44
# For the entire repository
5-
* @dotnet/mlnet-core
6-
5+
* @dotnet/mlnet-core
76

7+
# Reviewers for files owned by AutoML team
8+
src/Microsoft.ML.AutoML @dotnet/mlnet-automl
9+
test/Microsoft.ML.AutoML.Tests @dotnet/mlnet-automl
10+
pkg/Microsoft.ML.AutoML @dotnet/mlnet-automl
11+
docs/samples/Microsoft.ML.AutoML.Samples @dotnet/mlnet-automl

0 commit comments

Comments
 (0)