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

yangjiaqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b9fd21d2 chore: enable up-to-date for UI(CI) (#2609)
7b9fd21d2 is described below

commit 7b9fd21d2a103fa6eabd64e26dea5879ff62b073
Author: imbajin <[email protected]>
AuthorDate: Fri Aug 2 11:21:54 2024 +0800

    chore: enable up-to-date for UI(CI) (#2609)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3bf375216..6c7853042 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,8 +34,8 @@ github:
   protected_branches:
     master:
       required_status_checks:
-        # strict means "Require branches to be up-to-date before merging".
-        strict: false
+        # strict means "Require branches to be up-to-date before merging". 
(TODO: turnoff when branch is stable)
+        strict: true
         # contexts are the names of checks that must pass (now only enable the 
basic check)
         contexts:
           - Analyze (java)

Reply via email to