This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 577db7d enforce conventions already used by this repo
577db7d is described below
commit 577db7d6bce8d63338a1930ecb0a2ea7e87d8816
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Mar 12 11:35:57 2026 -0700
enforce conventions already used by this repo
mostly copied from
https://github.com/apache/fineract-site/commit/dd6d8813868db76712335d1440701049edd1bdc9
I'm guinea-pigging proposed changes from
https://cwiki.apache.org/confluence/display/FINERACT/FSIP-7%3A+traditional+merge+strategy
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 194b630..04fb7d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,2 +1,15 @@
github:
description: "Slack Chat Archiver"
+notifications:
+ commits: [email protected]
+ pullrequests: [email protected]
+github:
+ enabled_merge_buttons:
+ merge: true
+ squash: false
+ rebase: false
+ protected_branches:
+ main:
+ required_linear_history: false
+ required_signatures: true
+ required_conversation_resolution: true