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

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


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

commit b6f53d22187559101aae49970dce22343f240f29
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:59:20 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 a80216d2..fe1d9fb4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,16 @@ github:
     - sgx
     - trustzone
     - rust
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to