Skip to content

Commit f901f17

Browse files
authored
expand RAPIDS build-infra CODEOWNERS assignments (#57)
Recently, @rgsl888prabhu added all of the members of https://github.com/orgs/rapidsai/teams/ci-codeowners to https://github.com/orgs/NVIDIA/teams/cuopt-ci-codeowners This updates `CODEOWNERS` to reflect that, adding RAPIDS build-infra folks as reviewers for the same types of code (CI scripts, CMake, `pyproject.toml`, etc.) that we generally are over in the `rapidsai` organization. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) - Bradley Dice (https://github.com/bdice) URL: #57
1 parent e748646 commit f901f17

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ notebooks/ @nvidia/cuopt-infra-codeowners
77
docs/ @nvidia/cuopt-infra-codeowners
88

99
#infra code owners
10-
**/CMakeLists.txt @nvidia/cuopt-infra-codeowners
11-
**/cmake/ @nvidia/cuopt-infra-codeowners
10+
**/CMakeLists.txt @nvidia/cuopt-infra-codeowners @nvidia/cuopt-ci-codeowners
11+
**/cmake/ @nvidia/cuopt-infra-codeowners @nvidia/cuopt-ci-codeowners
1212
container-builder/ @nvidia/cuopt-infra-codeowners
1313

1414
#CI code owners
15+
.flake8 @nvidia/cuopt-ci-codeowners
1516
/.github/ @nvidia/cuopt-ci-codeowners
1617
/ci/ @nvidia/cuopt-ci-codeowners
1718
/.pre-commit-config.yaml @nvidia/cuopt-ci-codeowners
1819

1920
#packaging code owners
20-
/.devcontainer/ @nvidia/cuopt-infra-codeowners
21-
/conda/ @nvidia/cuopt-infra-codeowners
22-
/dependencies.yaml @nvidia/cuopt-infra-codeowners
23-
/build.sh @nvidia/cuopt-infra-codeowners
24-
pyproject.toml @nvidia/cuopt-infra-codeowners
21+
/.devcontainer/ @nvidia/cuopt-ci-codeowners
22+
/conda/ @nvidia/cuopt-ci-codeowners
23+
/dependencies.yaml @nvidia/cuopt-ci-codeowners
24+
/build.sh @nvidia/cuopt-ci-codeowners
25+
pyproject.toml @nvidia/cuopt-ci-codeowners

0 commit comments

Comments
 (0)