This is an automated email from the ASF dual-hosted git repository.
raulcd 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 28855e0be2 GH-48757: [CI] Update arrow/.github /CODEOWNERS (#48758)
28855e0be2 is described below
commit 28855e0be2a5c43f4524e1130549c577f40da6da
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Wed Jan 7 20:31:25 2026 +0900
GH-48757: [CI] Update arrow/.github /CODEOWNERS (#48758)
### Rationale for this change
The CODEOWNERS file contained references to CI configuration files that no
longer exist in the repository. Travis CI and AppVeyor have been replaced by
GitHub Actions by 2c51a07ab181b4e678c6fbe09fcf832d248e289a and
e1c6fd53048553deb61e69e53581fcf9d59e4f55.
### What changes are included in this PR?
- Removed `.travis.yml` and `appveyor.yml` from CODEOWNERS
- Move `.Rbuildignore` to `/r/.Rbuildignore` to be explicit.
### Are these changes tested?
I did not test.
### Are there any user-facing changes?
No, dev-only.
* GitHub Issue: #48757
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/CODEOWNERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 14c7437032..02184a5634 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -51,8 +51,6 @@
/.github/ @assignUser @jonkeane @kou @raulcd
.asf.yaml @assignUser @kou @raulcd
.pre-commit-config.yaml @raulcd
-.travis.yml @assignUser @kou @raulcd
-appveyor.yml @assignUser @kou @raulcd
# .git*
# release scripts, archery etc.
@@ -67,4 +65,4 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
/r/Makefile @assignUser
/r/PACKAGING.md @assignUser
/r/tools/ @assignUser
-.Rbuildignore @assignUser
+/r/.Rbuildignore @assignUser