This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/apply-ci-rules-to-main in repository https://gitbox.apache.org/repos/asf/texera.git
commit 24583f0240dfe53b51d36f63c30457954c7511aa Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 18 17:41:06 2025 -0700 chore: explicitly declare main branch's CI rules --- .asf.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 07f0403123..21d9f6ba01 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -62,17 +62,6 @@ github: protected_branches: main: - required_status_checks: - # strict means "Require branches to be up to date before merging". - strict: true - # contexts are the names of checks that must pass - required_pull_request_reviews: - dismiss_stale_reviews: false - require_code_owner_reviews: false - required_approving_review_count: 1 - required_linear_history: true - - test-ci: required_status_checks: # strict means "Require branches to be up to date before merging". strict: true @@ -88,7 +77,6 @@ github: - python_udf (ubuntu-latest, 3.12) - Check License Headers - Validate PR title - required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: false
