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/11/03 12:23:09 UTC

[incubator-hop] branch master updated: fix asf.yaml (#352)

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 57e6110  fix asf.yaml (#352)
57e6110 is described below

commit 57e611025d64a92243286e57b0f7522daf7abcca
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Nov 3 13:22:58 2020 +0100

    fix asf.yaml (#352)
---
 .asf.yaml | 45 ++++++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 21 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index dba40cf..4504556 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,21 +1,22 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# This file configures github and jira notifications based on
-# https://s.apache.org/asfyaml-notify
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+---
 github:
   description: "Hop Orchestration Platform"
   homepage: https://hop.apache.org/
@@ -24,19 +25,21 @@ github:
     - java
     - streaming
     - pipelines
+    - apache
   features:
-    # Enable wiki for documentation
-    wiki: false
-    # Enable issue management
+    # Enable issues management
     issues: false
     # Enable projects for project management boards
     projects: false
+    # Enable wiki for documentation
+    wiki: false
 
   enabled_merge_buttons:
     squash: true
     merge: true
     rebase: false
 
-notifications:
-  commits: commits@hop.apache.org
-  jira_options: link label worklog
\ No newline at end of file
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
\ No newline at end of file