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 ef58439ddb fix github config
ef58439ddb is described below
commit ef58439ddb88d58ca492eced9be4070d9f48ba77
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Mar 23 07:57:10 2026 -0700
fix github config
there were two "github" sections -- there can be only one
---
.asf.yaml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a5ff39dc95..4bffd993f9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,10 +15,6 @@ github:
- savings
- social-impact
- tech4good
-notifications:
- commits: [email protected]
- pullrequests: [email protected]
-github:
enabled_merge_buttons:
merge: true
squash: false
@@ -28,3 +24,6 @@ github:
required_linear_history: false
required_signatures: true
required_conversation_resolution: true
+notifications:
+ commits: [email protected]
+ pullrequests: [email protected]