From commits-return-8552-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Fri Oct 9 13:28:20 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id A31C8180642 for ; Fri, 9 Oct 2020 15:28:20 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 0B25A65132 for ; Fri, 9 Oct 2020 13:28:19 +0000 (UTC) Received: (qmail 42255 invoked by uid 500); 9 Oct 2020 13:28:19 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 42243 invoked by uid 99); 9 Oct 2020 13:28:19 -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; Fri, 09 Oct 2020 13:28:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C168581937; Fri, 9 Oct 2020 13:28:18 +0000 (UTC) Date: Fri, 09 Oct 2020 13:28:18 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch master updated: ZOOKEEPER-3962: Add an .asf.yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160225009845.6669.12920629192078341770@gitbox.apache.org> From: symat@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c4169b6f64b8a8668f2037adcf71148752d3066d X-Git-Newrev: 3ca408d05c4cc2e038dced1065df844174ac69cf X-Git-Rev: 3ca408d05c4cc2e038dced1065df844174ac69cf 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. symat pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new 3ca408d ZOOKEEPER-3962: Add an .asf.yaml file 3ca408d is described below commit 3ca408d05c4cc2e038dced1065df844174ac69cf Author: Christopher Tubbs AuthorDate: Fri Oct 9 13:27:41 2020 +0000 ZOOKEEPER-3962: Add an .asf.yaml file Create an .asf.yaml file to specify certain github repository settings, such as description, topic, URL, etc. and to configure notification settings and JIRA integration. This file can also be later used to add automation for building the project's website, in whole or in part. See https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features for more information on available features. Author: Christopher Tubbs Reviewers: Enrico Olivelli , Mate Szalay-Beko Closes #1489 from ctubbsii/ZOOKEEPER-3962-add-asf-yaml --- .asf.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..4874603 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,39 @@ +# +# 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. +# + +# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features + +github: + description: "Apache ZooKeeper" + homepage: https://zookeeper.apache.org + labels: + - zookeeper + - database + - hacktoberfest + features: + wiki: false + issues: false + projects: false + +notifications: + jira_options: link label worklog + commits: commits@zookeeper.apache.org + issues: issues@zookeeper.apache.org + pullrequests: notifications@zookeeper.apache.org +