This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/drop-ci-rules-on-main in repository https://gitbox.apache.org/repos/asf/texera.git
commit 51f5e33b7633274c0e85ea54056e180f2407eed9 Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 18 19:36:04 2025 -0700 chore: drop ci rules on main --- .asf.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 21abc706b5..f181b1b4ef 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -66,17 +66,7 @@ github: # 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 + contexts: ~ required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: false
