From fc4c21091988b3ad15133ed4b62d998bb21864b8 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Wed, 2 Feb 2022 11:59:10 -0500 Subject: [PATCH] iUpdating codeowners to use new raft codeowners (#480) Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/raft/pull/480 --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a91c5b58d2..a0528e4011 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,15 @@ #cpp code owners -cpp/ @rapidsai/cuml-cpp-codeowners @rapidsai/cugraph-cpp-codeowners +cpp/ @rapidsai/raft-cpp-codeowners #python code owners -python/ @rapidsai/cuml-python-codeowners @rapidsai/cugraph-python-codeowners +python/ @rapidsai/raft-python-codeowners #cmake code owners -**/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 -**/build.sh @rapidsai/cuml-cmake-codeowners @rapidsai/cugraph-cmake-codeowners +**/CMakeLists.txt @rapidsai/raft-cmake-codeowners +**/cmake/ @rapidsai/raft-cmake-codeowners +python/setup.py @rapidsai/raft-cmake-codeowners +build.sh @rapidsai/raft-cmake-codeowners +**/build.sh @rapidsai/raft-cmake-codeowners #build/ops code owners .github/ @rapidsai/ops-codeowners