nevzheng opened a new pull request, #12796: URL: https://github.com/apache/gravitino/pull/12796
### What changes were proposed in this pull request? Enable ASF-managed GitHub Copilot code review on non-draft pull requests targeting `main`, and document how contributors should treat Copilot comments. This adds `github.copilot_code_review` to `.asf.yaml` (`enabled: true`, `review_drafts: false`, `review_on_push: true`) and a short note in `CONTRIBUTING.md`. Existing `.github/copilot-instructions.md` is unchanged. ### Why are the changes needed? Copilot can already review when someone requests it. Automatic first-pass review needs the ASF `.asf.yaml` ruleset. Fix: #12795 ### Does this PR introduce _any_ user-facing change? No runtime, API, or config change. After merge, non-draft PRs from authors with Copilot code review access can get an automatic Copilot review. Human review and the existing required-approvals rules stay as they are. ### How was this patch tested? - Parsed `.asf.yaml` as YAML (`ruby -ryaml`) - `git diff --check` passed - Automatic Copilot review itself can only be confirmed after merge, when ASF Infra applies the ruleset Nevin Sent from my 🤖 (Cursor) Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
