This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 115f9be Modify .asf.yaml to avoid email to dev@parquet ML (#75)
115f9be is described below
commit 115f9be46d3fb7d4ee8c64e34b67ed33fbf8e7ee
Author: Gang Wu <[email protected]>
AuthorDate: Thu Jul 18 10:39:13 2024 +0800
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 389b0c5..856cfb1 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: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]