Skip to content

Commit

Permalink
Assign python/ sub-directory to python-codeowners (rapidsai#4940)
Browse files Browse the repository at this point in the history
This ensures that all files within the python/ sub-directory have a codeowner assigned.

Special files like the python/setup.py file that is declared later will still be owned by @rapidsai/cuml-cmake-codeowners .

Authors:
  - Carl Simon Adorf (https://github.com/csadorf)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Sean Frye (https://github.com/sean-frye)

URL: rapidsai#4940
  • Loading branch information
csadorf authored Oct 25, 2022
1 parent d4c038a commit 0ca523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cpp/ @rapidsai/cuml-cpp-codeowners

#python code owners
python/cuml/ @rapidsai/cuml-python-codeowners
python/ @rapidsai/cuml-python-codeowners

#cmake code owners
**/CMakeLists.txt @rapidsai/cuml-cmake-codeowners
Expand Down

0 comments on commit 0ca523c

Please sign in to comment.