-
Notifications
You must be signed in to change notification settings - Fork 13
/
CODEOWNERS
Validating CODEOWNERS rules...
29 lines (24 loc) · 1.2 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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/cugraph-dgl @rapidsai/cugraph-gnn-python-codeowners
python/cugraph-pyg @rapidsai/cugraph-gnn-python-codeowners
python/pylibwholegraph @rapidsai/wholegraph-python-codeowners
mg_utils/ @rapidsai/cugraph-gnn-python-codeowners
cpp/ @rapidsai/wholegraph-cpp-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