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

[incubator-baremaps] branch main updated: Use .asf.yaml to manage GitHub settings (#533)

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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new e44cc7cc Use .asf.yaml to manage GitHub settings (#533)
e44cc7cc is described below

commit e44cc7cc8dbd04ed4781b2f531be374b0d8468a8
Author: Kirs <AC...@yeah.net>
AuthorDate: Tue Nov 15 03:47:19 2022 +0800

    Use .asf.yaml to manage GitHub settings (#533)
    
    `.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