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


The following commit(s) were added to 
refs/heads/chore/ci/apply-ci-rules-to-main by this push:
     new cbe4b843fa chore: add back test-ci rules
cbe4b843fa is described below

commit cbe4b843fa9f04a7561f64de254c31fee92ac0d1
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 17:45:29 2025 -0700

    chore: add back test-ci rules
---
 .asf.yaml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 21d9f6ba01..314231e60e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -83,6 +83,28 @@ 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:
+          - gui (ubuntu-latest, 18)
+          - gui (windows-latest, 18)
+          - gui (macos-latest, 18)
+          - core (ubuntu-22.04, 11)
+          - python_udf (ubuntu-latest, 3.9)
+          - python_udf (ubuntu-latest, 3.10)
+          - python_udf (ubuntu-latest, 3.11)
+          - 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
+        required_approving_review_count: 1
+      required_linear_history: true
+
 notifications:
   commits:              [email protected]
   issues:               [email protected]

Reply via email to