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 6838db79bb FINERACT-2605: improve protection for important branches
new a4fb8a8902 Merge pull request #5846 from meonkeys/unprotect-test-branch
6838db79bb is described below
commit 6838db79bbb36d667862f715fb0c0fd5ee8911ae
Author: Adam Monsen <[email protected]>
AuthorDate: Wed May 13 11:59:47 2026 -0700
FINERACT-2605: improve protection for important branches
Remove protection for protected-branch-test.
This version is looking good. No errors yet from the .asf.yaml parser,
and a test force-push to protected-branch-test failed.
After this is merged I'll delete the protected-branch-test branch.
---
.asf.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index fb18f16660..ac23423766 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,8 +27,6 @@ github:
- "develop"
- "release/*"
- "maintenance/*"
- # temporary (to test protections below)
- - "protected-branch-test"
restrict_deletion: true
restrict_force_push: true
required_signatures: true