This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 927c9b262a chore(ci): explicitly declare main branch's CI rules (#3938)
927c9b262a is described below
commit 927c9b262ac91d39fb9bc03d2c23981d51ba4569
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 17:55:45 2025 -0700
chore(ci): explicitly declare main branch's CI rules (#3938)
### What changes were proposed in this PR?
This PR explicitly declares the CI rules on `main` branch.
### Any related issues, documentation, discussions?
resolves #3934
### How was this PR tested?
Tested with `test-ci` branch before. Now merging rules to `main`.
### Was this PR authored or co-authored using generative AI tooling?
No.
---
.asf.yaml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 07f0403123..314231e60e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -66,6 +66,17 @@ github:
# 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
@@ -88,7 +99,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