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.
|
Right. |
|
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. |
|
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>
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.