Skip to content

Commit

Permalink
iUpdating codeowners to use new raft codeowners (#480)
Browse files Browse the repository at this point in the history
Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #480
  • Loading branch information
cjnolet authored Feb 2, 2022
1 parent fc76bcc commit fc4c210
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc4c210

Please sign in to comment.