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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 596869eb99 Publish built docs triggered by 
351675ddc27c42684a079b3a89fe2dee581d89a2
596869eb99 is described below

commit 596869eb99a4a7908babba2d41747ff8897bc4c8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 21:26:37 2025 +0000

    Publish built docs triggered by 351675ddc27c42684a079b3a89fe2dee581d89a2
---
 .asf.yaml | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7f59736966..48e2075527 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -50,8 +50,36 @@ github:
     main:
       required_pull_request_reviews:
         required_approving_review_count: 1
+      required_status_checks:
+        contexts:
+          - "Check License Header"
+          - "cargo doc"
+          - "build and run with wasm-pack"
+          - "linux build test"
+          - "cargo test (macos-aarch64)"
+          - "Verify Vendored Code"
+          - "Check cargo fmt"
+          - "Verify MSRV (Min Supported Rust Version)"
+          - "cargo check datafusion-common features"
+          - "cargo check datafusion-substrait features"
+          - "cargo check datafusion-proto features"
+          - "cargo check datafusion features"
+          - "cargo check datafusion-functions features"
+          - "cargo test (amd64)"
+          - "cargo examples (amd64)"
+          - "cargo test doc (amd64)"
+          - "verify benchmark results (amd64)"
+          - "Run sqllogictest with Postgres runner"
+          - "Run sqllogictest in Substrait round-trip mode"
+          - "cargo test pyarrow (amd64)"
+          - "clippy"
+          - "check Cargo.toml formatting"
+          - "Use prettier to check formatting of documents"
+          - "check-files"
+          - "cargo test datafusion-cli (amd64)"
+          - "check configs.md and ***_functions.md is up-to-date"
     # needs to be updated as part of the release process
-    # Github doesn't support wildcard branch protection rules, only exact 
branch names
+    # .asf.yaml doesn't support wildcard branch protection rules, only exact 
branch names
     # 
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branch-protection
     # Keeping set of protected branches for future releases
     # Meanwhile creating a prerelease script that will update the branch 
protection names
@@ -122,6 +150,7 @@ github:
   pull_requests:
     # enable updating head branches of pull requests
     allow_update_branch: true
+    allow_auto_merge: true
 
 # publishes the content of the `asf-site` branch to
 # https://datafusion.apache.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to