HDDS-15692. Enable GitHub Copilot code review when a pull request is opened#10705
Merged
smengcl merged 2 commits intoJul 10, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Enables GitHub Copilot code review for the apache/ozone repository by adding the ASF Infrastructure .asf.yaml configuration so Copilot can automatically review pull requests (including drafts) and re-review on push.
Changes:
- Add
github.copilot_code_reviewconfiguration in.asf.yaml. - Enable reviews for drafts and on subsequent pushes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jojochuang
approved these changes
Jul 10, 2026
Contributor
Author
|
Thanks @jojochuang for reviewing this. |
Contributor
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
We have a consensus to enable github copilot reviews for pull requests in Ozone.
https://lists.apache.org/thread/p9vcmdcdwmglf1k2165m5b4p3cf00wp0
Instructions: https://github.com/apache/infrastructure-asfyaml#copilot_code_review
Note:
review_draftsis also set totruebecause we encourage contributors to submit as draft first to conserve upstream repo CI quota.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-15692
How was this patch tested?