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 b0e1419  fix: wrong params in asf config (#126)
b0e1419 is described below

commit b0e1419e37cd8648308ec69b4ab0c8670e2e5043
Author: imbajin <[email protected]>
AuthorDate: Thu May 5 22:58:14 2022 +0800

    fix: wrong params in asf config (#126)
---
 .asf.yaml | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4bcc4a3..978bab4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,26 +30,14 @@ github:
     - website
     - hugo
     - apache
-
   del_branch_on_merge: true
   # GitHug-Page
   ghp_branch: gh-pages
   #ghp_path: /docs
-  
-  # This config used for test website before release, the branch name is fixed
-  staging:
-    profile: ~
-    whoami: asf-staging
-
-  # Release website config
-  publish:
-    whoami: asf-site
-
   enabled_merge_buttons:
     merge:  false
     squash: true
     rebase: true
-
   protected_branches:
     main:
       required_status_checks:
@@ -58,6 +46,15 @@ github:
       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
+staging:
+  profile: ~
+  whoami: asf-staging
+
+# Release website config
+publish:
+  whoami: asf-site
 
 notifications:
   issues: [email protected]

Reply via email to