Skip to content

Commit

Permalink
Adding necessary codeowner groups (#36)
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)
  • Loading branch information
cjnolet committed Feb 28, 2024
1 parent c3c6780 commit 7ff6d70
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ cpp/ @rapidsai/cuvs-cpp-codeowners
#python code owners
python/ @rapidsai/cuvs-python-codeowners

#cmake code owners
**/CMakeLists.txt @rapidsai/cuvs-cmake-codeowners
**/cmake/ @rapidsai/cuvs-cmake-codeowners
python/setup.py @rapidsai/cuvs-cmake-codeowners
build.sh @rapidsai/cuvs-cmake-codeowners
**/build.sh @rapidsai/cuvs-cmake-codeowners
#rust code owners
rust/ @rapidsai/cuvs-rust-codeowners

#docs code owners
docs/ @rapidsai/cuvs-docs-codeowners

#build code owners
**/CMakeLists.txt @rapidsai/cuvs-build-codeowners
**/cmake/ @rapidsai/cuvs-build-codeowners
python/setup.py @rapidsai/cuvs-build-codeowners
build.sh @rapidsai/cuvs-build-codeowners
**/build.sh @rapidsai/cuvs-build-codeowners

#build/ops code owners
.github/ @rapidsai/ops-codeowners
Expand Down

0 comments on commit 7ff6d70

Please sign in to comment.