Skip to content

Commit

Permalink
Use CI codeowners (#85)
Browse files Browse the repository at this point in the history
This updates the codeowners to use the new CI codeowners team.
  • Loading branch information
bdice authored Jun 4, 2024
1 parent 113a65e commit 31fbbdd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#python code owners
pynvjitlink/ @rapidsai/pynvjitlink-write
pynvjitlink/ @rapidsai/pynvjitlink-write

#cmake code owners
**/CMakeLists.txt @rapidsai/pynvjitlink-write
**/cmake/ @rapidsai/pynvjitlink-write
**/CMakeLists.txt @rapidsai/pynvjitlink-write
**/cmake/ @rapidsai/pynvjitlink-write

#build/ops code owners
.github/ @rapidsai/ops-codeowners
#CI code owners
/.github/ @rapidsai/ci-codeowners
/ci/ @rapidsai/ci-codeowners
/.pre-commit-config.yaml @rapidsai/ci-codeowners

#packaging code owners
/conda/ @rapidsai/packaging-codeowners
/dependencies.yaml @rapidsai/packaging-codeowners
pyproject.toml @rapidsai/packaging-codeowners

0 comments on commit 31fbbdd

Please sign in to comment.