From 0b05d4501e9644b7a57f54c0aaa69dd914b06989 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 13 Apr 2021 13:57:19 -0700 Subject: [PATCH 1/3] Replace leftover templates in CODEOWNERS --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 722e34904..f26f822ea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,13 @@ #cpp code owners -cpp/ @rapidsai/-cpp-codeowners +cpp/ @rapidsai/cucim-cpp-codeowners #python code owners -python/ @rapidsai/-python-codeowners -python/dask_cudf/ @rapidsai/-dask-codeowners +python/ @rapidsai/cucim-python-codeowners +python/dask_cudf/ @rapidsai/cucim-dask-codeowners #cmake code owners -**/CMakeLists.txt @rapidsai/-cmake-codeowners -**/cmake/ @rapidsai/-cmake-codeowners +**/CMakeLists.txt @rapidsai/cucim-cmake-codeowners +**/cmake/ @rapidsai/cucim-cmake-codeowners #build/ops code owners .github/ @rapidsai/ops-codeowners From 8184961c051c6dc26979a8b92043e4a950c7f358 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 13 Apr 2021 14:06:16 -0700 Subject: [PATCH 2/3] Remove cuCIM Dask team --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f26f822ea..913912b82 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,6 @@ cpp/ @rapidsai/cucim-cpp-codeowners #python code owners python/ @rapidsai/cucim-python-codeowners -python/dask_cudf/ @rapidsai/cucim-dask-codeowners #cmake code owners **/CMakeLists.txt @rapidsai/cucim-cmake-codeowners From 8b332ccdfe7e53f131738d5ae969087e73f21cab Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 13 Apr 2021 19:25:40 -0700 Subject: [PATCH 3/3] Include pybind11 under C++ code owners Co-authored-by: Gigon Bae --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 913912b82..204ecac8b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,6 @@ #cpp code owners cpp/ @rapidsai/cucim-cpp-codeowners +python/pybind11 @rapidsai/cucim-cpp-codeowners #python code owners python/ @rapidsai/cucim-python-codeowners