From e2f96fbfa00a414e55375a451a6c0770067ca0a1 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Wed, 14 Jun 2023 09:43:39 +0200 Subject: [PATCH 1/2] adding code owners --- .github/CODEOWNERS | 19 +++++++++++++++++++ .github/labeler.yml | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100755 .github/CODEOWNERS create mode 100644 .github/labeler.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100755 index 0000000000..ec3bbfda5f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +#cpp code owners +cpp/ @rapidsai/kvikio-cpp-codeowners + +#python code owners +python/ @rapidsai/kvikio-python-codeowners + +#legate code owners +legate/ @rapidsai/kvikio-legate-codeowners + +#cmake code owners +**/CMakeLists.txt @rapidsai/kvikio-cmake-codeowners +**/cmake/ @rapidsai/kvikio-cmake-codeowners +python/setup.py @rapidsai/kvikio-cmake-codeowners +build.sh @rapidsai/kvikio-cmake-codeowners + +#build/ops code owners +.github/ @rapidsai/ops-codeowners +ci/ @rapidsai/ops-codeowners +conda/ @rapidsai/ops-codeowners diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000..7907548a1a --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,21 @@ +# Documentation for config - https://github.com/actions/labeler#common-examples + +KvikIO (Python): + - 'python/**' + - 'notebooks/**' + +libkvikio: + - 'cpp/**' + +legate: + - 'legate/**' + +CMake: + - '**/CMakeLists.txt' + - '**/cmake/**' + +ci: + - 'ci/**' + +conda: + - 'conda/**' From 4e0559c452aaaf691e000273f7049ff01ce15361 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Tue, 20 Jun 2023 08:16:44 +0200 Subject: [PATCH 2/2] setup.py: added @rapidsai/kvikio-python-codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec3bbfda5f..867a1c8c2e 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,8 +10,8 @@ legate/ @rapidsai/kvikio-legate-codeowners #cmake code owners **/CMakeLists.txt @rapidsai/kvikio-cmake-codeowners **/cmake/ @rapidsai/kvikio-cmake-codeowners -python/setup.py @rapidsai/kvikio-cmake-codeowners build.sh @rapidsai/kvikio-cmake-codeowners +python/setup.py @rapidsai/kvikio-cmake-codeowners @rapidsai/kvikio-python-codeowners #build/ops code owners .github/ @rapidsai/ops-codeowners