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-crates.git


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

commit 4ca7484765d6c5b8758443aa038f72bfbd7a5baf
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:58:59 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 1f5220d..177440d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,3 +23,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