You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2022/01/15 23:01:38 UTC

[incubator-wayang] branch berttty-patch-issues created (now 03f60b8)

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

bertty pushed a change to branch berttty-patch-issues
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.


      at 03f60b8  Update .asf.yaml

This branch includes the following new commits:

     new 03f60b8  Update .asf.yaml

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-wayang] 01/01: Update .asf.yaml

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

bertty pushed a commit to branch berttty-patch-issues
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 03f60b899ff769ff89ee837c2ac4076f7ba3e6c4
Author: Bertty Contreras-Rojas <be...@databloom.ai>
AuthorDate: Sun Jan 16 00:01:32 2022 +0100

    Update .asf.yaml
---
 .asf.yaml | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4128488..bb377cf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,15 +17,26 @@
 
 github:
   description: Apache Wayang(incubating) is the first cross-platform data processing system.
-  homepage: https://wayang.apache.org/
+  homepage: https://wayang.incubator.apache.org/
   labels:
     - cross-platform
     - data-processing
+  features:
+    # Disable wiki for documentation
+    wiki: false
+    # Disable issue management
+    issues: true
+    # Disable projects for project management boards
+    projects: false
   enabled_merge_buttons:
-    squash: true
-    merge: true
-    rebase: false
-
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   true
+    # disable rebase button:
+    rebase:  false
+    
 notifications:
   commits:      commits@wayang.apache.org
-  pullrequests: commits@wayang.apache.org
\ No newline at end of file
+  pullrequests: commits@wayang.apache.org
+