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

meonkeys pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1449a126ae FINERACT-2685: fix rules and re-branch for 1.15.0
     new 45d8e24f82 Merge pull request #6121 from 
meonkeys/improve-branch-policies
1449a126ae is described below

commit 1449a126aeeb7387c50377ab4fbb56db8ffc503f
Author: Adam Monsen <[email protected]>
AuthorDate: Fri Jul 10 10:11:23 2026 -0700

    FINERACT-2685: fix rules and re-branch for 1.15.0
    
    Relax branch protection rules for branches matching release/* and
    maintenance/* for easier branch maintenance.
    
    I need to re-create the release/1.15.0 branch and the rules in our
    .asf.yaml didn't allow it. We'll be fine relaxing the rules for release
    and maintenance branches since develop (the one that really matters) has
    all the protections.
---
 .asf.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ac23423766..648d7a1964 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,8 +25,6 @@ github:
       branches:
         includes:
           - "develop"
-          - "release/*"
-          - "maintenance/*"
       restrict_deletion: true
       restrict_force_push: true
       required_signatures: true

Reply via email to