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

tballison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


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

commit d19d3d48d221f9a7ef9ca4e54f7deade3ab659ee
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 20:00:22 2026 -0500

    Set up default protection ruleset for default and release branches (#2819)
---
 .asf.yaml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 69206519a1..426cf326f6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,8 +23,21 @@ github:
   autolink_jira:
     - TIKA
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
   jira_options: link label comment

Reply via email to