Skip to content

Commit

Permalink
Update labeler and codeowner configs for CMake files (#15208)
Browse files Browse the repository at this point in the history
When working on #15206, I noticed the `rapids_config.cmake` file was not properly labeled. Based on offline discussions, we also noticed that the file's codeowner was misconfigured as well.

This PR updates both github `labeler` and `CODEOWNER` files to properly handle files with `.cmake` extension.

Authors:
  - Yunsong Wang (https://github.com/PointKernel)

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

URL: #15208
  • Loading branch information
PointKernel committed Mar 4, 2024
1 parent c3cad1d commit 4f13155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python/dask_cudf/ @rapidsai/cudf-dask-codeowners
cpp/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
cpp/libcudf_kafka/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
**/cmake/ @rapidsai/cudf-cmake-codeowners
*.cmake @rapidsai/cudf-cmake-codeowners

#java code owners
java/ @rapidsai/cudf-java-codeowners
Expand Down
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libcudf:
CMake:
- '**/CMakeLists.txt'
- '**/cmake/**'
- '**/*.cmake'

cuDF (Java):
- 'java/**'
Expand Down

0 comments on commit 4f13155

Please sign in to comment.