kou commented on PR #49811: URL: https://github.com/apache/arrow/pull/49811#issuecomment-4284161273
@sgilmore10 @kevingurney Could you take a look at this? The (updated) MATLAB action is blocked again: https://github.com/apache/arrow/actions/runs/24684841092 BTW, how about adding `.github/workflows/matlab.yml` to the MATLAB related files in `.github/CODEOWNERS`? ```diff diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02184a5634..45b112f4de 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,19 +25,25 @@ # 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 +/.github/workflows/matlab.yml @kevingurney @kou @sgilmore10 /matlab/ @kevingurney @kou @sgilmore10 +## Python /python/ @AlenkaF @raulcd @rok /python/pyarrow/_flight.pyx @lidavidm /python/pyarrow/**/*gandiva* @wjones127 +## R /r/ @jonkeane @thisisnic +## Ruby /ruby/ @kou # Docs ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
