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

oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


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

commit b2da28660adaaa1712a5700a0f39d20c574a4b20
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 15:39:14 2026 -0500

    Set up default protection ruleset for default and release branches (#165)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 1ee3411a..faa62d1e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,3 +26,16 @@ github:
     merge: false
     rebase: true
     squash: 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