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 ac32ea273 Set up default protection ruleset for default and release 
branches (#965)
ac32ea273 is described below

commit ac32ea273352fb125874fbe6829b0ce72f009334
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 06:30:47 2026 -0500

    Set up default protection ruleset for default and release branches (#965)
---
 .asf.yaml | 35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0f41aed42..76c35ec5f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,13 +18,13 @@ github:
   description: Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.
   homepage: baremaps.apache.org
   labels:
-    - java 
-    - vector-tiles 
-    - openstreetmap 
-    - postgresql 
-    - postgis 
-    - mapbox 
-    - spatial-data 
+    - java
+    - vector-tiles
+    - openstreetmap
+    - postgresql
+    - postgis
+    - mapbox
+    - spatial-data
     - web-mapping
   enabled_merge_buttons:
     squash: true
@@ -32,9 +32,22 @@ github:
     rebase: false
   ghp_branch: gh-pages
   ghp_path: /
-  protected_branches: ~
-  
+  protected_branches:
+
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]

Reply via email to