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

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


The following commit(s) were added to refs/heads/main by this push:
     new 625fc1fd41 Protect the active branches (#1697)
625fc1fd41 is described below

commit 625fc1fd4155555c7b5ec62f049d2c47794b5612
Author: JB Onofré <[email protected]>
AuthorDate: Thu Feb 19 17:00:27 2026 +0100

    Protect the active branches (#1697)
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index cbbaf04aee..9a63c1b6e8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,6 +45,20 @@ github:
         require_last_push_approval: false
         required_approving_review_count: 1
       required_linear_history: true
+    activemq-6.2.x:
+      required_pull_request_reviews:
+        require_code_owner_reviews: false
+        dismiss_stale_reviews: true
+        require_last_push_approval: false
+        required_approving_review_count: 0
+      required_linear_history: true
+    activemq-5.19.x:
+      required_pull_request_reviews:
+        require_code_owner_reviews: false
+        dismiss_stale_reviews: true
+        require_last_push_approval: false
+        required_approving_review_count: 0
+      required_linear_history: true
 
   features:
     wiki: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to