Uh oh!
There was an error while loading. Please reload this page.
GH-50022: [Dev] Enable auto GitHub Copilot review - #50023
Conversation
There was a problem hiding this comment.
Pull request overview
Enables automated GitHub Copilot code review for this repository via the ASF .asf.yaml GitHub integration configuration, aligning with the ASF asfyaml copilot_code_review feature referenced in GH-50022.
Changes:
- Add
github.copilot_code_reviewconfiguration withenabled: true. - Enable reviewing draft PRs (
review_drafts: true) and reviewing on push (review_on_push: true).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
raulcd
left a comment
There was a problem hiding this comment.
From my understanding this will review all PRs without asking for it now, right? We can try it and see whether it helps.
kou
commented
May 25, 2026
Right. |
AlenkaF
commented
May 25, 2026
Some feedback that might be useful:
I am not against per se, but will need to get used to :) |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 4ea1ad2. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
kou
commented
May 25, 2026
Sorry for not announcing this configuration widely! I've started a discussion thread for this on |
### Rationale for this change GitHub Copilot may reduce required review resource by committers. ### What changes are included in this PR? Add a configuration to `.asf.yaml`. See also: https://github.com/apache/infrastructure-asfyaml#copilot_code_review ### Are these changes tested? No. ### Are there any user-facing changes? No. * GitHub Issue: apache#50022 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…eviews (#50117) ### Rationale for this change We tried auto GitHub Copilot reviews recently and discussed our experience for them: https://lists.apache.org/thread/thq0dz19shxbrjypb81q5ltx8h0w54ob We want to tune auto GitHub Copilot reviews: * We don't need auto GitHub Copilot reviews for draft PR: https://lists.apache.org/thread/y7yc4yg9n4mdqd1y00w7s498y8m6yold * GitHub Copilot review is too verbose: #50023 (comment) * We need to document the expectation for contributors responding to GitHub Copilot reviews: https://lists.apache.org/thread/wvhdqqtq2ndxxjnqwnj39xfcys21tpc4 ### What changes are included in this PR? * Disable auto GitHub Copilot reviews for draft PR * Add code review instructions for GitHub Copilot * Base text is generated by Gemini 3 Flash Preview and I adjusted it ### Are these changes tested? No. We need to merge this to test this. ### Are there any user-facing changes? No. * GitHub Issue: #50115 Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
GitHub Copilot may reduce required review resource by committers.
What changes are included in this PR?
Add a configuration to
.asf.yaml.See also: https://github.com/apache/infrastructure-asfyaml#copilot_code_review
Are these changes tested?
No.
Are there any user-facing changes?
No.