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

Jens-G pushed a commit to branch enable-copilot-reviews
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 1046277c1029588544a89f6d3bf583d83c91a7cf
Author: Jens Geyer <[email protected]>
AuthorDate: Thu May 28 23:33:46 2026 +0200

    Enable Copilot reviews
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d5d8dd2fe..de5d89989 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,6 +37,11 @@ github:
     allow_update_branch: false
     # auto-delete head branches after being merged => highly useful
     del_branch_on_merge: true 
+  copilot_code_review:
+    # lets find out how good it is
+    enabled: true
+    review_drafts: false
+    review_on_push: true       
   features:
     # We use thrift-website repo for documentation
     # See https://github.com/apache/thrift-website

Reply via email to