Yicong-Huang opened a new pull request, #5354:
URL: https://github.com/apache/texera/pull/5354

   ### What changes were proposed in this PR?
   
   Drop `texera-committers` from the `Default Branch Protection` ruleset's 
`bypass_teams` list — ASF Infra flagged it as not a public GitHub team in 
[INFRA-27977](https://issues.apache.org/jira/browse/INFRA-27977). Add a new 
`bypass_users: ["xuang7"]` entry to grant the v1.2 release manager push access 
to `release/*` and `rel/*` branches.
   
   `bypass_users` is not used by any other Apache project's `.asf.yaml` that I 
could find (`gh search code "bypass_users" --owner apache --filename .asf.yaml` 
returns 0 matches), but it's the semantically parallel field to `bypass_teams` 
and the only way to grant an individual without creating a new public team. If 
ASF Infra's schema doesn't accept it, the validator will email and we can 
fix-forward.
   
   ### Any related issues, documentation, discussions?
   
   Closes #5353. Driven by 
[INFRA-27977](https://issues.apache.org/jira/browse/INFRA-27977).
   
   ### How was this PR tested?
   
   `ruby -e 'require "yaml"; YAML.load_file(".asf.yaml"); puts "yaml ok"'` — 
the file still parses. Runtime validation will come from ASF Infra after merge; 
if `bypass_users` is rejected we'll get an email and follow up.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.7


-- 
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]

Reply via email to