From 0fbe0fa1a85beb33a4ee9b13d7b7077d8a390e5a Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 23 May 2026 07:05:51 +0900 Subject: [PATCH] GH-50022: [Dev] Enable auto GitHub Copilot review --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 6c2a38388dda..2779249c7135 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: commits@arrow.apache.org issues_status: issues@arrow.apache.org