From dabd9af4949c645f53d5c7ffabd62bb82d37c69e Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Tue, 28 Apr 2026 12:07:19 -0400 Subject: [PATCH] 1. Group files under component comment headers in `.github/CODEOWNERS` file. 2. Add `@kevingurney` and `@sgilmore10` as `CODEOWNERS` for file `.github/workflows/matlab.yml`. Co-authored-by: Sarah Gilmore --- .github/CODEOWNERS | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02184a563485..ed5ad30c0b03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,19 +25,36 @@ # Arrow Format # /format/ -## Components +# Components + +## C Glib /c_glib/ @kou -# /cpp/ + +## C++ /cpp/src/arrow/acero @westonpace /cpp/src/arrow/adapters/orc @wgtmac /cpp/src/arrow/engine @westonpace /cpp/src/arrow/flight/ @lidavidm /cpp/src/parquet @wgtmac + +## MATLAB /matlab/ @kevingurney @kou @sgilmore10 +/.github/workflows/matlab.yml @kevingurney @sgilmore10 + +## Python /python/ @AlenkaF @raulcd @rok /python/pyarrow/_flight.pyx @lidavidm /python/pyarrow/**/*gandiva* @wjones127 + +## R /r/ @jonkeane @thisisnic +/r/configure* @assignUser +/r/Makefile @assignUser +/r/PACKAGING.md @assignUser +/r/tools/ @assignUser +/r/.Rbuildignore @assignUser + +## Ruby /ruby/ @kou # Docs @@ -59,10 +76,3 @@ .dockerignore @raulcd .env @assignUser @jonkeane @kou @raulcd compose.yaml @assignUser @jonkeane @kou @raulcd - -# R specific packaging tooling -/r/configure* @assignUser -/r/Makefile @assignUser -/r/PACKAGING.md @assignUser -/r/tools/ @assignUser -/r/.Rbuildignore @assignUser