From f1ea3e0c40f0c7671f5323e539f6ca679d619e69 Mon Sep 17 00:00:00 2001 From: Divye Gala Date: Mon, 7 Jun 2021 11:47:17 -0700 Subject: [PATCH] removing divye from codeowners (#257) Authors: - Divye Gala (https://github.com/divyegala) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/raft/pull/257 --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 007cdf19ba..a91c5b58d2 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,11 @@ #cpp code owners -cpp/ @divyegala @rapidsai/cuml-cpp-codeowners @rapidsai/cugraph-cpp-codeowners +cpp/ @rapidsai/cuml-cpp-codeowners @rapidsai/cugraph-cpp-codeowners #python code owners -python/ @divyegala @rapidsai/cuml-python-codeowners @rapidsai/cugraph-python-codeowners +python/ @rapidsai/cuml-python-codeowners @rapidsai/cugraph-python-codeowners #cmake code owners -**/CMakeLists.txt @divyegala @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +**/CMakeLists.txt @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