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 19:38:53 UTC

[incubator-hop] branch master updated: add asf.yaml (#344)

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 1a14ef8  add asf.yaml (#344)
1a14ef8 is described below

commit 1a14ef8a2ee5bfe00a254b867301b3a954a9c716
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Oct 31 20:38:40 2020 +0100

    add asf.yaml (#344)
---
 .asf.yaml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ebd511e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,38 @@
+# 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
+#
+# 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
+
+github:
+  description: "Hop Orchestration Platform"
+  homepage: https://hop.apache.org/
+  labels:
+    - java
+    - streaming
+    - pipelines
+  protected_branches:
+    master
+
+  enabled_merge_buttons:
+    squash: true
+    merge: true
+    rebase: false
+
+notifications:
+  commits: commits@hop.apache.org
+  issues: github@hop.apache.org
+  pullrequests: github@hop.apache.org
+  jira_options: link label worklog
\ No newline at end of file