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-docker.git


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

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

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

diff --git a/.asf.yaml b/.asf.yaml
index 222a1b9..f895aad 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,8 +19,21 @@ github:
     - image
     - 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