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

juzhiyuan pushed a commit to branch infra-branch-protection
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit afc8769213579b073dc001469dde1d450b164e4e
Author: juzhiyuan <juzhiy...@apache.org>
AuthorDate: Mon Dec 13 09:53:37 2021 +0800

    chore: adjust branch protection
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 109ccb6..e353b67 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,5 +38,11 @@ github:
     squash: true
     merge: false
     rebase: false
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: true
+        required_approving_review_count: 2
 publish:
   whoami: asf-site

Reply via email to