From a72c7123511cb3456e6f51b3cc7227d0cd2b6e3b Mon Sep 17 00:00:00 2001 From: divyegala Date: Mon, 7 Jun 2021 11:38:17 -0700 Subject: [PATCH] removing divye from codeowners --- .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