diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7edf7c2e2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,21 @@ +# CODEOWNERS +# +# These owners will be the default owners for everything in the repo. +# They will be requested for review when someone opens a pull request. +# +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default owners for everything +* @jackye1995 @wjones127 + +# Release and publish workflows — changes here can affect supply chain security +/.github/workflows/ @jackye1995 @wjones127 @Xuanwo + +# Remote client and auth — sensitive networking and auth code +/rust/lancedb/src/remote/ @jackye1995 @wjones127 + +# Python FFI boundary +/python/src/ @jackye1995 @wjones127 @AyushExel + +# NodeJS FFI boundary +/nodejs/src/ @jackye1995 @wjones127