This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 53322365de63a63c6f85553740ab3a1f7052e94f
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 16:38:29 2025 -0700

    feat: modify .asf.yaml
---
 .asf.yaml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index f8028b19a8..5d74648626 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -61,11 +61,21 @@ github:
     rebase:  false
     
   protected_branches:
-    main:
+    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)
+
       required_pull_request_reviews:
         dismiss_stale_reviews: false
         require_code_owner_reviews: false
@@ -78,3 +88,6 @@ notifications:
   pullrequests:         [email protected]
   discussions:          [email protected]
   jobs:                 [email protected]
+
+
+whoami: test-ci
\ No newline at end of file

Reply via email to