You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2023/03/08 13:03:29 UTC

[incubator-hugegraph] branch not-require-up-to-date created (now a98fecec0)

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

jermy pushed a change to branch not-require-up-to-date
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


      at a98fecec0 don' need to require branches to be up-to-date

This branch includes the following new commits:

     new a98fecec0 don' need to require branches to be up-to-date

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hugegraph] 01/01: don' need to require branches to be up-to-date

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jermy pushed a commit to branch not-require-up-to-date
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit a98fecec086f286c48f57b8afc02d237003aeeae
Author: Jermy Li <je...@apache.org>
AuthorDate: Wed Mar 8 21:03:23 2023 +0800

    don' need to require branches to be up-to-date
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9650e2973..12886b973 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,7 +35,7 @@ github:
     master:
       required_status_checks:
         # strict means "Require branches to be up-to-date before merging".
-        strict: true
+        strict: false
         # contexts are the names of checks that must pass (now only enable the basic check)
         contexts:
           - Analyze (java)