This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nuttx-ntfc.git
The following commit(s) were added to refs/heads/main by this push:
new 909820b Set up default protection ruleset for default and release
branches
909820b is described below
commit 909820b02f81ffec1f60dc484dc4a417c359cc50
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:29:31 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 c46a675..c47b305 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,3 +13,16 @@ github:
squash: false
merge: false
rebase: 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