This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-5287-59f776c853d3b18a6e385ed9b27b7d4aafc835de in repository https://gitbox.apache.org/repos/asf/texera.git
commit 953e2c4b775f66ebbbb3a6464aa896dcb6134d65 Author: Yicong Huang <[email protected]> AuthorDate: Thu May 28 23:41:32 2026 -0700 chore(asf): Allow texera committers to bypass branch protection (#5287) ### What changes were proposed in this PR? Change bypass team for protected branch to `texera-committers` so that selected committers can operate on branches. ### Any related issues, documentation, discussions? Closes #5286 ### How was this PR tested? This is related to asf change, unfortunately cannot be tested without merging into main. ### Was this PR authored or co-authored using generative AI tooling? No. Signed-off-by: Yicong Huang <[email protected]> --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 902cdce457..f8a9262d63 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -114,7 +114,7 @@ github: - "rel/*" excludes: [] bypass_teams: - - root + - texera-committers restrict_deletion: true restrict_force_push: true notifications:
