This is an automated email from the ASF dual-hosted git repository.

kranti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new d56dc618f Enable Github Issues, Discussions, Wiki for iggy-website repo
d56dc618f is described below

commit d56dc618fd13a238d704849e80e3b114f7606413
Author: kparisa <[email protected]>
AuthorDate: Thu Mar 13 20:22:49 2025 -0700

    Enable Github Issues, Discussions, Wiki for iggy-website repo
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 9bd782b61..2f81df229 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,6 +1,13 @@
 github:
   description: "Apache Iggy (Incubating) Website"
   homepage: https://iggy.apache.org/
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable discussions
+    discussions: true
   labels:
     - rust
     - message-streaming

Reply via email to