From commits-return-8060-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Sep 12 15:38:12 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 40DDE180651 for ; Thu, 12 Sep 2019 17:38:12 +0200 (CEST) Received: (qmail 12273 invoked by uid 500); 12 Sep 2019 15:38:11 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 12264 invoked by uid 99); 12 Sep 2019 15:38:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2019 15:38:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1D01581586; Thu, 12 Sep 2019 15:38:10 +0000 (UTC) Date: Thu, 12 Sep 2019 15:38:10 +0000 To: "commits@openwhisk.apache.org" Subject: [openwhisk-runtime-java] branch master updated: add .asf.yaml to configure github metadata (#100) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156830269088.26218.4474183200897180514@gitbox.apache.org> From: rabbah@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: openwhisk-runtime-java X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 65085770fa2441a88300d54a53568a4e5440f93f X-Git-Newrev: 2c699c0df4b4344dc5adb18524186130b1479dae X-Git-Rev: 2c699c0df4b4344dc5adb18524186130b1479dae X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git The following commit(s) were added to refs/heads/master by this push: new 2c699c0 add .asf.yaml to configure github metadata (#100) 2c699c0 is described below commit 2c699c0df4b4344dc5adb18524186130b1479dae Author: David Grove AuthorDate: Thu Sep 12 11:38:05 2019 -0400 add .asf.yaml to configure github metadata (#100) --- .asf.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..16796d3 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,34 @@ +# +# 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. +# + +github: + description: "Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages" + homepage: https://openwhisk.apache.org/ + labels: + - openwhisk + - apache + - serverless + - faas + - functions-as-a-service + - cloud + - serverless-architectures + - serverless-functions + - docker + - functions + - openwhisk-runtime + - java + - jvm