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 4ea1ad2afb2 GH-50022: [Dev] Enable auto GitHub Copilot review (#50023)
4ea1ad2afb2 is described below
commit 4ea1ad2afb27d8de78331a52e3cacab15b5c058b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon May 25 17:59:08 2026 +0900
GH-50022: [Dev] Enable auto GitHub Copilot review (#50023)
### Rationale for this change
GitHub Copilot may reduce required review resource by committers.
### What changes are included in this PR?
Add a configuration to `.asf.yaml`.
See also:
https://github.com/apache/infrastructure-asfyaml#copilot_code_review
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
* GitHub Issue: #50022
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.asf.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 6c2a38388dd..2779249c713 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,6 +37,11 @@ github:
- hiroyuki-sato
- HyukjinKwon
+ copilot_code_review:
+ enabled: true
+ review_drafts: true
+ review_on_push: true
+
notifications:
commits: [email protected]
issues_status: [email protected]