Skip to content

Commit

Permalink
adding codeowners (apache#16165)
Browse files Browse the repository at this point in the history
* add aaron to codeowners

* retrigger CI

* ci
  • Loading branch information
aaronmarkham authored and larroy committed Sep 28, 2019
1 parent d154379 commit 366fffc
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 366fffc

Please sign in to comment.