This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/cleanup-ci in repository https://gitbox.apache.org/repos/asf/texera.git
commit 18ef5081f4e14ada4870592815f1096fb030eb82 Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 18 18:51:54 2025 -0700 chore: remove test-ci rules --- .asf.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 21abc706b5..f933e0655e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -83,28 +83,6 @@ github: 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 - # contexts are the names of checks that must pass - contexts: - - frontend (ubuntu-latest, 18) - - frontend (windows-latest, 18) - - frontend (macos-latest, 18) - - scala (ubuntu-22.04, 11) - - python (ubuntu-latest, 3.9) - - python (ubuntu-latest, 3.10) - - python (ubuntu-latest, 3.11) - - python (ubuntu-latest, 3.12) - - Check License Headers - - Validate PR title - required_pull_request_reviews: - dismiss_stale_reviews: false - require_code_owner_reviews: false - required_approving_review_count: 1 - required_linear_history: true - notifications: commits: [email protected] issues: [email protected]
