This is an automated email from the ASF dual-hosted git repository.
smengcl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 0d39df63c6b HDDS-15692. Enable GitHub Copilot code review when a pull
request is opened (#10705)
0d39df63c6b is described below
commit 0d39df63c6b36f7303e3f854b3a600e080320d04
Author: Siyao Meng <[email protected]>
AuthorDate: Thu Jul 9 22:24:22 2026 -0700
HDDS-15692. Enable GitHub Copilot code review when a pull request is opened
(#10705)
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index b4ca2370881..0a4a8f97ef8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,6 +37,10 @@ github:
squash_commit_message: PR_TITLE
merge: false
rebase: false
+ copilot_code_review:
+ enabled: true
+ review_drafts: true
+ review_on_push: true
rulesets:
- name: "Default Branch Protection"
type: branch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]