You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2021/08/10 13:29:06 UTC

[rocketmq-streams] branch main updated: Open wiki and open pull request reviews

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 679aaa4  Open wiki and open pull request reviews
     new 99fa22b  Merge pull request #18 from ShannonDing/wiki_open
679aaa4 is described below

commit 679aaa46ede427c9d8baec42eed2c8e7495d3630
Author: ShannonDing <li...@163.com>
AuthorDate: Tue Aug 10 21:27:23 2021 +0800

    Open wiki and open pull request reviews
---
 .asf.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 06fdb4c..43eb72a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,13 @@
 github:
   features:
     # Enable issue management
-    issues: true
\ No newline at end of file
+    issues: true
+    # Enable wiki
+    wiki: true
+
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: true
+        required_approving_review_count: 3
\ No newline at end of file