From a78c0d94f85be63ca0107c0083e32b89c24ded72 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Thu, 1 Apr 2021 12:06:43 -0400 Subject: [PATCH] Fixing codeowners (#194) Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/raft/pull/194 --- .github/CODEOWNERS | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d26f0f488e..007cdf19ba 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,25 +1,15 @@ #cpp code owners -cpp/ @rapidsai/cuml-cpp-codeowners -cpp/ @rapidsai/cugraph-cpp-codeowners -cpp/ @divyegala +cpp/ @divyegala @rapidsai/cuml-cpp-codeowners @rapidsai/cugraph-cpp-codeowners #python code owners -python/ @rapidsai/cuml-python-codeowners -python/ @rapidsai/cugraph-python-codeowners -python/ @divyegala +python/ @divyegala @rapidsai/cuml-python-codeowners @rapidsai/cugraph-python-codeowners #cmake code owners -**/CMakeLists.txt @rapidsai/cuml-cmake-codeowners -**/CMakeLists.txt @rapidsai/cugraph-cmake-codeowners -**/CMakeLists.txt @divyegala -**/cmake/ @rapidsai/cuml-cmake-codeowners -**/cmake/ @rapidsai/cugraph-cmake-codeowners -python/setup.py @rapidsai/cuml-cmake-codeowners -python/setup.py @rapidsai/cugraph-cmake-codeowners -build.sh @rapidsai/cuml-cmake-codeowners -build.sh @rapidsai/cugraph-cmake-codeowners -**/build.sh @rapidsai/cuml-cmake-codeowners -**/build.sh @rapidsai/cugraph-cmake-codeowners +**/CMakeLists.txt @divyegala @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +**/cmake/ @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +python/setup.py @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +build.sh @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +**/build.sh @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners #build/ops code owners .github/ @rapidsai/ops-codeowners