From bd93e203b0bdfaa2b736a385ea7595c904bd30d8 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 9 May 2024 15:23:21 -0400 Subject: [PATCH] Overhaul ops-codeowners coverage (#15660) This PR overhauls how `ops-codeowners` reviews are handled. `ops-codeowners` is replaced by `ci-codeowners` & `packaging-codeowners`. The coverage of files is expanded as well. Additionally, the process will change: reviews will be assigned to a member of the teams instead of a manual request to `ops-codeowners`. --- .github/CODEOWNERS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 31cfeaf4ca3..9efac3f1904 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,8 +16,14 @@ cpp/libcudf_kafka/CMakeLists.txt @rapidsai/cudf-cmake-codeowners #java code owners java/ @rapidsai/cudf-java-codeowners -#build/ops code owners -.github/ @rapidsai/ops-codeowners -/ci/ @rapidsai/ops-codeowners -conda/ @rapidsai/ops-codeowners -dependencies.yaml @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