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

aaronai 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 4e08d6ea Merging code in the protected branch requires mandatory 
approval from code review (#497)
4e08d6ea is described below

commit 4e08d6ea050bfbff304e7a3d9b9c1c6920d5078d
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Apr 23 22:47:17 2023 +0800

    Merging code in the protected branch requires mandatory approval from code 
review (#497)
---
 .asf.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bcf6e67c..4f5661eb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,13 +38,17 @@ github:
     rebase: false
   protected_branches:
     master:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
       required_status_checks:
         contexts:
           - codespell-check
           - build-result
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
-  jobs:         [email protected]
-  discussions:  [email protected]
+  jobs: [email protected]
+  discussions: [email protected]

Reply via email to