You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/03/10 09:10:45 UTC

[rocketmq-apis] branch main updated: Enable github features: wiki, issues, projects

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

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/main by this push:
     new a7a8d3e  Enable github features: wiki, issues, projects
a7a8d3e is described below

commit a7a8d3e65ea2a42c6ab45cc52f6ec09f4803fa20
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Thu Mar 10 09:01:41 2022 +0000

    Enable github features: wiki, issues, projects
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9da771d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,9 @@
+github:
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+