Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

adding codeowners #16165

Merged
merged 3 commits into from
Sep 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://help.github.com/articles/about-codeowners/ and
# https://github.com/blog/2392-introducing-code-owners
#
# Anybody can add themselves or a team as additional watcher or contributor
# Anybody can add themselves or a team as additional watcher or contributor
# to get notified about changes in a specific package.
# See https://help.github.com/articles/about-teams how to setup teams.

Expand Down Expand Up @@ -47,7 +47,7 @@ CMakeLists.txt @szha @pllarroy

# MXNet CI
dev_menu.py @pllarroy
/ci/ @pllarroy @marcoabreu
/ci/ @pllarroy @marcoabreu @aaronmarkham
/docker/ @marcoabreu
/tests/ci_build/ @marcoabreu
Jenkinsfile @marcoabreu
Expand All @@ -59,13 +59,13 @@ Makefile @szha
prepare_mkl.sh @szha

# Docs
/docs/ @szha @pllarroy
/docs/ @szha @pllarroy @aaronmarkham

# Submodules
.gitmodules @szha

# Examples
/example/ @szha @pllarroy
/example/ @szha @pllarroy @aaronmarkham

# Tools
/tools/ @szha @pllarroy
Expand Down