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

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/main by this push:
     new 7232f07008 Set up default protection ruleset for default and release 
branches
7232f07008 is described below

commit 7232f070086d9a1f9b29d2cb393e69e5514bd340
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:55:09 2026 -0500

    Set up default protection ruleset for default and release branches
---
 .asf.yaml | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index aaf336fea6..31575867fc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -6,17 +6,30 @@
 #
 github:
   description: Java language library for developing geospatial applications 
following OGC/ISO standards.
-  homepage:    https://sis.apache.org/
+  homepage: https://sis.apache.org/
   labels:
     - java
     - geospatial
     - standards
+  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]
-  issues_status:        [email protected]
-  issues_comment:       [email protected]
-  pullrequests:         [email protected]
-  pullrequests_status:  [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  issues_status: [email protected]
+  issues_comment: [email protected]
+  pullrequests: [email protected]
+  pullrequests_status: [email protected]
   pullrequests_comment: [email protected]
-  jira_options:         worklog
+  jira_options: worklog

Reply via email to