This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch enable-github-issues in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
commit 2beb50871df9a17c0944275bcc004ffe7716da1f Author: Adam Monsen <[email protected]> AuthorDate: Mon Jul 20 10:41:35 2026 -0700 improve .asf.yaml - consolidate two `github` sections - add `project` section --- .asf.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b27d69a..5bb1e1a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,11 +1,15 @@ -github: - features: - issues: true - description: "Slack Chat Archiver" +project: + metadata: + key: fineract-chat-archive + committee: fineract + name: Slack Chat Archiver notifications: commits: [email protected] pullrequests: [email protected] github: + description: 💾 Archive Slack messages into a static website. + features: + issues: true enabled_merge_buttons: merge: true squash: false
