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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1faa1ab  [INLONG-1429] update the asf config for inlong office website 
(#121)
1faa1ab is described below

commit 1faa1abe20850ea3ae3d7aa49d69eb5956762050
Author: dockerzhang <[email protected]>
AuthorDate: Mon Aug 9 14:48:57 2021 +0800

    [INLONG-1429] update the asf config for inlong office website (#121)
    
    Co-authored-by: dockerzhang <[email protected]>
---
 .asf.yaml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 811e570..373ce39 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,17 @@
+github:
+  description: "Apache InLong - a one-stop data streaming platform"
+  homepage: https://inlong.apache.org/
+  features:
+    # Enable issues management
+    issues: true
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # disable merge button:
+    merge:   false
+    # disable rebase button:
+    rebase:  false
+
 # Web site staging services:
 staging:
   profile: ~
@@ -12,6 +26,6 @@ notifications:
   issues: [email protected]
   pullrequests_status: [email protected]
   pullrequests_comment: [email protected]
-  issues_status: [email protected]
+  issues_status: [email protected]
   issues_comment: [email protected]
   jira_options: link label worklog

Reply via email to