This is an automated email from the ASF dual-hosted git repository.

jonkeane 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 546452564f MINOR: [CI] Add jonkeane to codeowners (#43452)
546452564f is described below

commit 546452564fedfeefea97bb385708770ef37ee6ba
Author: Jonathan Keane <[email protected]>
AuthorDate: Mon Jul 29 07:12:22 2024 -0500

    MINOR: [CI] Add jonkeane to codeowners (#43452)
    
    Adding myself as codeowner to a few places that I'm more-or-less active in.
    
    Authored-by: Jonathan Keane <[email protected]>
    Signed-off-by: Jonathan Keane <[email protected]>
---
 .github/CODEOWNERS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 03252657fe..793dbb3806 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -40,7 +40,7 @@
 /matlab/ @kevingurney @kou @sgilmore10
 /python/pyarrow/_flight.pyx @lidavidm
 /python/pyarrow/**/*gandiva* @wjones127
-/r/ @thisisnic
+/r/ @jonkeane @thisisnic
 /ruby/ @kou
 /swift/ @kou
 
@@ -53,7 +53,7 @@
 # *.txt
 
 # PR CI and repository files
-/.github/ @assignUser @kou @raulcd
+/.github/ @assignUser @jonkeane @kou @raulcd
 .asf.yaml @assignUser @kou @raulcd
 .pre-commit-config.yaml @raulcd
 .travis.yml @assignUser @kou @raulcd
@@ -61,11 +61,11 @@ appveyor.yml @assignUser @kou @raulcd
 # .git*
 
 # release scripts, archery etc.
-/ci/ @assignUser @kou @raulcd
-/dev/ @assignUser @kou @raulcd
+/ci/ @assignUser @jonkeane @kou @raulcd
+/dev/ @assignUser @jonkeane @kou @raulcd
 .dockerignore @raulcd
-.env @assignUser @kou @raulcd
-docker-compose.yml @assignUser @kou @raulcd
+.env @assignUser @jonkeane @kou @raulcd
+docker-compose.yml @assignUser @jonkeane @kou @raulcd
 
 # R specific packaging tooling
 /r/configure* @assignUser

Reply via email to