Yicong-Huang opened a new issue, #5412: URL: https://github.com/apache/texera/issues/5412
### Task Summary `.asf.yaml`'s `Default Branch Protection` ruleset currently uses convenience syntax (`bypass_teams`) and lists a non-team entry (`xuang7`) alongside the `root` team — see #5354. The open-source asfyaml parser resolves every `bypass_teams` entry via `get_team_by_slug(...)`, so a non-team slug ends up unresolved. Per INFRA-27977 (https://issues.apache.org/jira/browse/INFRA-27977), individual users must instead be expressed via the raw payload syntax with `bypass_actors` and `actor_type: User`. Convert this ruleset to raw payload form so the entry takes effect. ### Task Type - [x] DevOps / Deployment / CI -- 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]
