You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by ki...@apache.org on 2022/11/10 12:47:23 UTC

[incubator-baremaps] branch CalvinKirs-patch-1 created (now 37791c12)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a change to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


      at 37791c12 Use .asf.yaml to manage GitHub settings

This branch includes the following new commits:

     new 37791c12 Use .asf.yaml to manage GitHub settings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-baremaps] 01/01: Use .asf.yaml to manage GitHub settings

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch CalvinKirs-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 37791c12253b6c93ee8db81f7eeb6fa7bcaf3e80
Author: Kirs <AC...@yeah.net>
AuthorDate: Thu Nov 10 20:47:09 2022 +0800

    Use .asf.yaml to manage GitHub settings
    
    `.asf.yaml` is a configuration file that a project may use to control various features such as notification schemes, website staging, GitHub settings, and Pelican builds.
    how to use: this:https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
---
 .asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..b469b5f0
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,44 @@
+# 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: Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
+  homepage: www.baremaps.com
+  labels:
+    - java 
+    - vector-tiles 
+    - openstreetmap 
+    - postgresql 
+    - postgis 
+    - mapbox 
+    - spatial-data 
+    - web-mapping
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  protected_branches:
+    main:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
+
+notifications:
+  commits:      commits@baremaps.apache.org
+  issues:       commits@baremaps.apache.org
+  pullrequests: commits@baremaps.apache.org