-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (21 loc) · 953 Bytes
/
CODEOWNERS
File metadata and controls
25 lines (21 loc) · 953 Bytes
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
#cpp code owners
cpp/ @nvidia/cuopt-engine-codeowners
#python code owners
python/ @nvidia/cuopt-infra-codeowners
notebooks/ @nvidia/cuopt-infra-codeowners
docs/ @nvidia/cuopt-infra-codeowners
#infra code owners
**/CMakeLists.txt @nvidia/cuopt-infra-codeowners @nvidia/cuopt-ci-codeowners
**/cmake/ @nvidia/cuopt-infra-codeowners @nvidia/cuopt-ci-codeowners
container-builder/ @nvidia/cuopt-infra-codeowners
#CI code owners
.flake8 @nvidia/cuopt-ci-codeowners
/.github/ @nvidia/cuopt-ci-codeowners
/ci/ @nvidia/cuopt-ci-codeowners
/.pre-commit-config.yaml @nvidia/cuopt-ci-codeowners
#packaging code owners
/.devcontainer/ @nvidia/cuopt-ci-codeowners
/conda/ @nvidia/cuopt-ci-codeowners
/dependencies.yaml @nvidia/cuopt-ci-codeowners
/build.sh @nvidia/cuopt-ci-codeowners
pyproject.toml @nvidia/cuopt-ci-codeowners