This is an automated email from the ASF dual-hosted git repository.
lxy-9602 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 6650b42b chore: remove required status checks in .asf.yaml (#241)
6650b42b is described below
commit 6650b42b036efd7fcb64df678bc56be32a928ed4
Author: Zhang Jiawei <[email protected]>
AuthorDate: Mon Aug 24 15:29:08 2026 +0800
chore: remove required status checks in .asf.yaml (#241)
---
.asf.yaml | 34 +---------------------------------
1 file changed, 1 insertion(+), 33 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0cc39ed4..e4846c16 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -54,39 +54,7 @@ github:
dismiss_stale_reviews: true
require_last_push_approval: true
required_approving_review_count: 1
- required_status_checks:
- - name: "pre-commit"
- app_slug: -1
- - name: "rat-license-check"
- app_slug: -1
- - name: "script-tests"
- app_slug: -1
- - name: "asan-ubsan-x86_64"
- app_slug: -1
- - name: "tsan-x86_64"
- app_slug: -1
- - name: "clang-debug-x86_64"
- app_slug: -1
- - name: "clang-release-x86_64"
- app_slug: -1
- - name: "gcc-debug-x86_64"
- app_slug: -1
- - name: "gcc-release-x86_64"
- app_slug: -1
- - name: "gcc-debug-aarch64"
- app_slug: -1
- - name: "gcc-release-aarch64"
- app_slug: -1
- - name: "clang-debug-aarch64"
- app_slug: -1
- - name: "asan-ubsan-aarch64"
- app_slug: -1
- - name: "clang-release-aarch64"
- app_slug: -1
- - name: "tsan-aarch64"
- app_slug: -1
- - name: "gcc8-test"
- app_slug: -1
+
pull_requests:
allow_auto_merge: false
allow_update_branch: true