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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


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

commit 91078f01bd8996e5fa6eac3dd7b8f2b84933cf89
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 13:53:39 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 07ccee6ac..3cab8a699 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,3 +20,16 @@ github:
     - ARIES
   del_branch_on_merge: true
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to