This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9be50e0  Fix CODEOWNERS syntax (#9313)
9be50e0 is described below

commit 9be50e0d6044b2c9b507a048575d3f429c775f54
Author: Marco de Abreu <marcoab...@users.noreply.github.com>
AuthorDate: Fri Jan 5 01:35:42 2018 +0100

    Fix CODEOWNERS syntax (#9313)
---
 CODEOWNERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 9e40b9e..8f81ce6 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -4,16 +4,16 @@
 *                      @apache/mxnet-committers
 
 # Owners of language bindings
-R-package/*            @thirdwing
-scala-package/*                @javelinjs
-perl-package/*         @sergeykolychev
+/R-package/            @thirdwing
+/scala-package/                @javelinjs
+/perl-package/         @sergeykolychev
 
 # CMake owners
 CMakeLists.txt         @cjolivier01
-cmake/*                        @cjolivier01
+/cmake/                        @cjolivier01
 
 # Owners of MXNet CI
-tests/ci_build/*    @marcoabreu
+/tests/ci_build/    @marcoabreu
 Jenkinsfile         @marcoabreu
 .travis.yml         @marcoabreu
 appveyor.yml        @marcoabreu

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to