You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/06/21 16:03:16 UTC

[apisix-dashboard] branch master updated: chore: reduce minimal reviewer amount to 2 (#2481)

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

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ede459c2 chore: reduce minimal reviewer amount to 2 (#2481)
ede459c2 is described below

commit ede459c259ef53c2885704097af9da0658087252
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Wed Jun 22 00:03:11 2022 +0800

    chore: reduce minimal reviewer amount to 2 (#2481)
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 59b805a8..d185b673 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,6 +30,12 @@ github:
     merge: false
     rebase: false
 
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        require_code_owner_reviews: true
+        required_approving_review_count: 2
+
   notifications:
     commits: notifications@apisix.apache.org
     issues: notifications@apisix.apache.org