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

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


The following commit(s) were added to refs/heads/master by this push:
     new f247f7a  chore: remove branch protected (#128)
f247f7a is described below

commit f247f7a878d0748aadf4981e1fc12121df248e88
Author: imbajin <[email protected]>
AuthorDate: Fri May 6 22:14:20 2022 +0800

    chore: remove branch protected (#128)
---
 .asf.yaml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 978bab4..5748660 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,27 +24,28 @@ github:
     # Enable projects for project management boards
     projects: true
   description: HugeGraph Website and Doc
-  homepage: https://apache.github.io/incubator-hugegraph-doc/
+  homepage: https://hugegraph.apache.org/
   labels:
     - hugegraph
     - website
     - hugo
     - apache
+    - graph
   del_branch_on_merge: true
   # GitHug-Page
   ghp_branch: gh-pages
   #ghp_path: /docs
   enabled_merge_buttons:
-    merge:  false
-    squash: true
+    merge:  true
+    squash: false
     rebase: true
-  protected_branches:
-    main:
-      required_status_checks:
+  protected_branches: ~
+    #main:
+      #required_status_checks:
         # strict means "Require branches to be up to date before merging".
-        strict: true
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
+        #strict: true
+      #required_pull_request_reviews:
+        #dismiss_stale_reviews: true
         #required_approving_review_count: 2
   
 # This config used for test website before release, the branch name is fixed

Reply via email to