Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update labeler and codeowner configs for CMake files #15208

Merged

Conversation

PointKernel
Copy link
Member

Description

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.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@PointKernel PointKernel self-assigned this Mar 1, 2024
@PointKernel PointKernel requested a review from a team as a code owner March 1, 2024 20:24
@@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of declaring cmake codeowner for all files with .cmake extension, we can also explicitly specify the missing file like rapids_config.cmake. I think the former provides more flexibility since we may often add/delete files or moving them around.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine. The main thing we've explicitly avoided is requiring CMake codeowner review for the test and benchmarks CMakeLists.txt files because most changes in those files are just adding a new file to compile and that shouldn't be blocked on a CMake review.

@PointKernel PointKernel added bug Something isn't working non-breaking Non-breaking change labels Mar 1, 2024
@PointKernel
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 4f13155 into rapidsai:branch-24.04 Mar 4, 2024
73 checks passed
@PointKernel PointKernel deleted the cmake-labeler-codeowner branch March 4, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants