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
The following commit(s) were added to refs/heads/test-ci by this push:
new ed9cce6291 chore: duplicate the configs
ed9cce6291 is described below
commit ed9cce6291a460e7fa66b644e87ff2cb3ba90573
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 16:48:56 2025 -0700
chore: duplicate the configs
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 5d74648626..231a3c38f0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -61,6 +61,17 @@ github:
rebase: false
protected_branches:
+ main:
+ 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
+ required_pull_request_reviews:
+ dismiss_stale_reviews: false
+ require_code_owner_reviews: false
+ 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".
@@ -75,6 +86,7 @@ github:
- python_udf (ubuntu-latest, 3.10)
- python_udf (ubuntu-latest, 3.11)
- python_udf (ubuntu-latest, 3.12)
+ - Check License Headers
required_pull_request_reviews:
dismiss_stale_reviews: false