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

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


The following commit(s) were added to refs/heads/main by this push:
     new 41f13c84ff Protect the karaf-4.4.x branch (#2066)
41f13c84ff is described below

commit 41f13c84ff115020967b1d12fb3a2ecf12fdeb46
Author: JB Onofré <[email protected]>
AuthorDate: Mon Sep 29 13:19:05 2025 +0200

    Protect the karaf-4.4.x branch (#2066)
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 9694735b6d..6ac3155568 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,6 +41,15 @@ github:
         strict: false
         contexts:
           - build
+    karaf-4.4.x:
+      required_pull_request_reviews:
+        require_code_owner_reviews: false
+        required_approving_review_count: 0
+      required_linear_history: true
+      required_status_checks:
+        strict: false
+        contexts:
+          - build
 
   features:
     wiki: false

Reply via email to