From 115f9be46d3fb7d4ee8c64e34b67ed33fbf8e7ee Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Thu, 18 Jul 2024 10:39:13 +0800 Subject: [PATCH] Modify .asf.yaml to avoid email to dev@parquet ML (#75) * Modify .asf.yaml to avoid email to dev@parquet ML * Remove staging --- .asf.yaml | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 389b0c5a..856cfb14 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,9 +1,29 @@ +# +# 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://github.com/apache/infrastructure-asfyaml +# github: - description: "Apache Parquet" + description: "Apache Parquet Site" homepage: https://parquet.apache.org/ labels: - - parquet - apache + - parquet - parquet-site enabled_merge_buttons: @@ -15,12 +35,15 @@ github: wiki: false issues: true projects: false + collaborators: # Note: the number of collaborators is limited to 10 - vinooganesh - -staging: - profile: ~ - whoami: asf-staging + - alamb publish: - whoami: asf-site \ No newline at end of file + whoami: asf-site + +notifications: + commits: commits@parquet.apache.org + issues: issues@parquet.apache.org + pullrequests: commits@parquet.apache.org