You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/10/31 20:11:00 UTC

[incubator-hop] branch master updated: disable features fix protected branch (#348)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 765beed  disable features fix protected branch (#348)
765beed is described below

commit 765beedeff27a00188fc61681a897f06ecea2840
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Oct 31 21:10:54 2020 +0100

    disable features fix protected branch (#348)
---
 .asf.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index c3b39d5..d2c3a2e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,8 +24,15 @@ github:
     - java
     - streaming
     - pipelines
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issue management
+    issues: false
+    # Enable projects for project management boards
+    projects: false
   protected_branches:
-    master
+    - master
 
   enabled_merge_buttons:
     squash: true