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

lupyuen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nuttx-ntfc-testing.git


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

commit 1ee1d5d18f16a6be407b6a8e044a3b7b483e6d8b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:29:27 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 ac117a1..aafeccd 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

Reply via email to