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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git


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

commit 9f7c7ff6f97e151a4dc4b883f9448a408d20ad5f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 19:18:18 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 812b4c9..502c61b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,16 @@ github:
     issues: true
     projects: 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