This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/master by this push:
new 1ee7e0cc62 chore: revert changes on .asf.yaml (#3649)
1ee7e0cc62 is described below
commit 1ee7e0cc62dea665717ee72ec3cbdcea230b4dc5
Author: Yicong Huang <[email protected]>
AuthorDate: Thu Aug 7 23:13:29 2025 -0700
chore: revert changes on .asf.yaml (#3649)
Revert changes on .asf.yaml to a valid state.
---------
Signed-off-by: Yicong Huang <[email protected]>
---
.asf.yaml | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9409721abe..014970645b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -58,27 +58,19 @@ github:
squash: true
squash_commit_message: PR_TITLE_AND_DESC
merge: false
- rebase: true
+ rebase: false
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
- contexts: ~
+ # 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-branch:
- required_status_checks:
- strict: true
- contexts:
- - Build
- - Release Auditing
- - Lint PR
notifications:
commits: [email protected]