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/polaris.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2190f5d1 deploy: 99e7e692d3e6d27edc7064dbec0503860705b024
2190f5d1 is described below

commit 2190f5d130938835300f74507e77b72813193404
Author: snazy <[email protected]>
AuthorDate: Wed Oct 2 16:59:00 2024 +0000

    deploy: 99e7e692d3e6d27edc7064dbec0503860705b024
---
 .asf.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index cd7b8d85..4ee05617 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,16 @@ github:
 
       required_linear_history: true
 
+      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
+        contexts:
+          - markdown-link-check
+          - build
+          - regtest
+          - site
+
   features:
     wiki: false
     issues: true

Reply via email to