From 94dfb36fb95c4bcb76f96ef55be1086f2436b82d Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Thu, 9 Jul 2026 15:03:31 +0530 Subject: [PATCH] Enable copilot code review --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 29e3e6c..2c6d5d9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -26,3 +26,7 @@ github: wiki: true issues: true projects: true + copilot_code_review: + enabled: true + review_drafts: true + review_on_push: true