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 67bbabe0 deploy: a8fe7512d842efe390d2026ba73e5bccb91741c9
67bbabe0 is described below

commit 67bbabe0c1113d70b170337d8e43773874b06bbf
Author: asfgit <[email protected]>
AuthorDate: Tue Oct 15 21:11:10 2024 +0000

    deploy: a8fe7512d842efe390d2026ba73e5bccb91741c9
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 217cc525..dc401603 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,13 +45,14 @@ github:
       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 are the names of checks that must pass. This is the value
+        # of the job's `name` property if it's present.
         contexts:
           - markdown-link-check
           - build
           - regtest
           - site
-          - helm-tests
+          - "Helm tests"
 
   features:
     wiki: false

Reply via email to