ci: enable Copilot draft reviews and skip unrelated checks - #886
Open
manuzhang wants to merge 3 commits into
Open
ci: enable Copilot draft reviews and skip unrelated checks#886manuzhang wants to merge 3 commits into
manuzhang wants to merge 3 commits into
Conversation
Co-authored-by: Codex <codex@openai.com>
There was a problem hiding this comment.
Pull request overview
Enables ASF-managed GitHub Copilot code review to run automatically on draft pull requests, allowing earlier automated feedback while preserving the existing review-on-push behavior.
Changes:
- Set
github.copilot_code_review.review_draftstotruein.asf.yaml - Leave
github.copilot_code_review.review_on_pushenabled
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
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.
Rationale for this change
ASF-managed Copilot code review is enabled for this repository, but automatic reviews are currently disabled while pull requests are drafts. Enabling draft reviews provides earlier feedback before human review is requested and complements the existing review-on-push setting.
A pull request changing only
.asf.yamlalso starts unrelated build and test workflows. Those workflows do not validate ASF repository configuration and consume unnecessary CI resources.What changes are included in this PR?
.asf.yaml.asf.yaml-only pull requests in the sanitizer, AWS, C++ linter, SQL catalog, and general test workflows.asf.yamlchangesmainbranch and tag workflow triggers unchangedAre these changes tested?
Yes.
.asf.yamland all modified workflow files were parsed successfully as YAML, the configuredreview_draftsvalue was verified as booleantrue, andgit diff --checkpassed.Are there any user-facing changes?
No.