asf: protect the main-hudi-0x release branch#842
Closed
vinishjail97 wants to merge 1 commit into
Closed
Conversation
main-hudi-0x is the Hudi 0.x line that 0.4.0 is cut from. Mirror main's protection rule (1 required approving review) for it. .asf.yaml is read by ASF INFRA from the default branch (main), so this must land on main to take effect. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing as not required. Per the [DISCUSS] rc1-for-0.4.0 thread, we're dropping the dependency-named |
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.
Adds branch protection for
main-hudi-0x, mirroringmain's rule (1 required approving review).Why
Per the [DISCUSS] rc1 for XTable 0.4.0 thread, 0.4.0 is cut from the Hudi 0.x line (
main-hudi-0x) while v9 (#834) + indexing head to 0.5.0 onmain. That release branch should have the same protection asmain.Why this is a separate PR against
mainASF INFRA reads
.asf.yamlfrom the repository's default branch (main) only. The companion change on the branch itself (#841) is inert for protection purposes, so this one-line change tomainis what actually enables it. INFRA applies it within a couple of minutes of merge.Follow-up option: once #841's CI reports on
main-hudi-0x, we can addrequired_status_checkshere too.🤖 Generated with Claude Code