From 2c633f8af68e8b459fce2eb952103b694bba6d81 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Thu, 9 May 2024 15:59:47 -0400 Subject: [PATCH 1/2] Overhaul ops-codeowners --- .github/CODEOWNERS | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ebffd18ca5a..6c28955d613 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,9 +22,14 @@ python/ @rapidsai/cugraph-python-codeowners **/CMakeLists.txt @rapidsai/cugraph-cmake-codeowners **/cmake/ @rapidsai/cugraph-cmake-codeowners -#build/ops code owners -.github/ @rapidsai/ops-codeowners -ci/ @rapidsai/ops-codeowners -conda/ @rapidsai/ops-codeowners -**/Dockerfile @rapidsai/ops-codeowners -**/.dockerignore @rapidsai/ops-codeowners +#CI code owners +/.github/ @rapidsai/ci-codeowners +/ci/ @rapidsai/ci-codeowners +/.pre-commit-config.yaml @rapidsai/ci-codeowners + +#packaging code owners +/.devcontainers/ @rapidsai/packaging-codeowners +/conda/ @rapidsai/packaging-codeowners +/dependencies.yaml @rapidsai/packaging-codeowners +/build.sh @rapidsai/packaging-codeowners +pyproject.toml @rapidsai/packaging-codeowners From 81ced669174c0480a0734349b149d2f294cd0f67 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 6 Jun 2024 21:10:16 -0500 Subject: [PATCH 2/2] Fix typo. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c28955d613..d1f043cf344 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,7 +28,7 @@ python/ @rapidsai/cugraph-python-codeowners /.pre-commit-config.yaml @rapidsai/ci-codeowners #packaging code owners -/.devcontainers/ @rapidsai/packaging-codeowners +/.devcontainer/ @rapidsai/packaging-codeowners /conda/ @rapidsai/packaging-codeowners /dependencies.yaml @rapidsai/packaging-codeowners /build.sh @rapidsai/packaging-codeowners