diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100755 index 0000000000..867a1c8c2e --- /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 +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 +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/**'