This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/fineract-site.git
commit dd6d8813868db76712335d1440701049edd1bdc9 Author: Adam Monsen <[email protected]> AuthorDate: Thu Mar 12 11:31:42 2026 -0700 enforce conventions already used by this repo I'd add `required_signatures: true` under github.protected_branches.asf-site but .github/workflows/site-publish.yml doesn't sign commits --- .asf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 0735550..2665ea0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,2 +1,14 @@ publish: whoami: asf-site +notifications: + commits: [email protected] + pullrequests: [email protected] +github: + enabled_merge_buttons: + merge: true + squash: false + rebase: false + protected_branches: + asf-site: + required_linear_history: false + required_conversation_resolution: true
