This is an automated email from the ASF dual-hosted git repository.
kevingurney pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new ac523fed90 MINOR: [Dev] Add kevingurney to CODEOWNERS for `/matlab/`
(#36549)
ac523fed90 is described below
commit ac523fed90e35adc02dca8f5f424f78050c15627
Author: Kevin Gurney <[email protected]>
AuthorDate: Fri Jul 7 12:35:42 2023 -0400
MINOR: [Dev] Add kevingurney to CODEOWNERS for `/matlab/` (#36549)
Follow up to
https://github.com/apache/arrow/issues/36474#issuecomment-1623128986.
Marking this as MINOR following
https://github.com/apache/arrow/pull/36504 and
https://github.com/apache/arrow/pull/36468.
---
.github/CODEOWNERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 06e0a0e373..0d68763ae9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,7 +42,7 @@
/go/ @zeroshade
/java/ @lidavidm
/js/ @domoritz @trxcllnt
-/matlab/ @assignUser
+/matlab/ @kevingurney
/python/ @AlenkaF
/python/pyarrow/_flight.pyx @lidavidm
/python/pyarrow/**/*gandiva* @wjones127