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/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new c3a02f90c8 Update GitHub configuration with: (#1682)
c3a02f90c8 is described below

commit c3a02f90c88b113d09d6d8c83e2f97d71f84390d
Author: JB Onofré <[email protected]>
AuthorDate: Sat Feb 14 07:06:19 2026 +0100

    Update GitHub configuration with: (#1682)
    
    - allow merge and rebase on PR
    - need at least one review before merging
---
 .asf.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ff4712e1fa..7eb9d35a9d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,8 +32,8 @@ github:
 
   enabled_merge_buttons:
     squash: true
-    merge: false
-    rebase: false
+    merge: true
+    rebase: true
 
   del_branch_on_merge: true
 
@@ -41,7 +41,7 @@ github:
     main:
       required_pull_request_reviews:
         require_code_owner_reviews: false
-        required_approving_review_count: 0
+        required_approving_review_count: 1
       required_linear_history: true
       required_status_checks:
         strict: 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