revert: "ci: protect future release branches via ASF rulesets"#4616
Merged
Yicong-Huang merged 1 commit intoMay 1, 2026
Merged
Conversation
5 tasks
aglinxinyuan
approved these changes
May 1, 2026
SarahAsad23
pushed a commit
to SarahAsad23/texera
that referenced
this pull request
May 4, 2026
…e#4616) ### What changes were proposed in this PR? Reverts apache#4582 (commit `cfed1392322c9415b20f2d66542c42570235b618`), which added a `release/*` ruleset to `.asf.yaml`. ASF infra's support for the `rulesets` directive is still incomplete (see also apache#4607 / apache/infrastructure-asfyaml#93). We'll protect release branches via a different mechanism in a follow-up; reverting for now to keep `.asf.yaml` clean and to unblock apache#4600. ### Any related issues, documentation, discussions? Reopens apache#4579. Unblocks apache#4600. ### How was this PR tested? Verified the ruleset never actually took effect — `GET /repos/apache/texera/rulesets` returns `[]` and `GET /repos/apache/texera/rules/branches/release/v1.1.0-incubating` returns `[]`. So this revert is effectively a no-op against live GitHub state and only cleans up `.asf.yaml`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7)
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.
What changes were proposed in this PR?
Reverts #4582 (commit
1045997b0e8f6bee850a27af53e65ae406d70481), which added arelease/*ruleset to.asf.yaml.ASF infra's support for the
rulesetsdirective is still incomplete (see also #4607 / apache/infrastructure-asfyaml#93). We'll protect release branches via a different mechanism in a follow-up; reverting for now to keep.asf.yamlclean and to unblock #4600.Any related issues, documentation, discussions?
Reopens #4579. Unblocks #4600.
How was this PR tested?
Verified the ruleset never actually took effect —
GET /repos/apache/texera/rulesetsreturns[]andGET /repos/apache/texera/rules/branches/release/v1.1.0-incubatingreturns[]. So this revert is effectively a no-op against live GitHub state and only cleans up.asf.yaml.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)