Skip to content

Commit

Permalink
Update codeowners for benchmarks / tests CMake (#8066)
Browse files Browse the repository at this point in the history
Updates the github CODEOWNERS file to make the benchmarks and tests CMake files fall under the cpp codeowners instead of the cmake codeowners.

Authors:
  - Keith Kraus (https://github.com/kkraus14)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Nghia Truong (https://github.com/ttnghia)

URL: #8066
  • Loading branch information
kkraus14 authored Apr 27, 2021
1 parent e9bc090 commit 4d359c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ notebooks/ @rapidsai/cudf-python-codeowners
python/dask_cudf/ @rapidsai/cudf-dask-codeowners

#cmake code owners
**/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
**/cmake/ @rapidsai/cudf-cmake-codeowners
cpp/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
cpp/libcudf_kafka/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
**/cmake/ @rapidsai/cudf-cmake-codeowners

#java code owners
java/ @rapidsai/cudf-java-codeowners
Expand Down

0 comments on commit 4d359c2

Please sign in to comment.