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/06/17 08:15:51 UTC

[rocketmq-clients] branch master updated: Enable wiki, issue, projects and merge buttons GitHub features

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 515c9db  Enable wiki, issue, projects and merge buttons GitHub features
515c9db is described below

commit 515c9db46f558295749cefaccff0fcfe92ca13b3
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Fri Jun 17 16:15:43 2022 +0800

    Enable wiki, issue, projects and merge buttons GitHub features
---
 .asf.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..1c600c1
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+github:
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   true
+    # disable rebase button:
+    rebase:  true