Yicong-Huang opened a new pull request, #4582: URL: https://github.com/apache/texera/pull/4582
### What changes were proposed in this PR? Add an ASF `.asf.yaml` branch ruleset that protects future `release/*` branches. This uses `github.rulesets` instead of `protected_branches` because ASF `.asf.yaml` only allows concrete branch names under `protected_branches`, while `rulesets` can match future release branches with `release/*`. The ruleset currently: - restricts deletion - restricts force-push - requires linear history - requires 1 approving review ### Any related issues, documentation, discussions? Closes #4579 ### How was this PR tested? Validated the `.asf.yaml` file parses as YAML locally. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex GPT-5 -- 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]
