Skip to content

Commit

Permalink
add codeowners (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jul 19, 2024
1 parent d370b0f commit 666d114
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Order matters - match of highest importance goes last (last match wins)

# doc code owners
/img @rapidsai/cugraph-doc-codeowners
/readme_pages/ @rapidsai/cugraph-doc-codeowners

# python code owners
python/ @rapidsai/cugraph-python-codeowners
mg_utils/ @rapidsai/cugraph-python-codeowners

# CI code owners
/.flake8 @rapidsai/ci-codeowners
/.github/ @rapidsai/ci-codeowners
/ci/ @rapidsai/ci-codeowners
/.codecov.yml @rapidsai/ci-codeowners
/.pre-commit-config.yaml @rapidsai/ci-codeowners
/print_env.sh @rapidsai/ci-codeowners

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

0 comments on commit 666d114

Please sign in to comment.