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-sgx-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new b145d8bf Set up default protection ruleset for default and release
branches
b145d8bf is described below
commit b145d8bfc2148754669c58d5ab607162f538a940
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:59:08 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 733817cf..cefd3efd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,3 +23,16 @@ github:
- tee
- sgx
- 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]