You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/12/23 01:57:16 UTC

[pulsar] branch master updated: Revert "Update .asf.yaml to avoid merge PRs without approvals to the active release branches (#19024) (#19034)

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

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 513e6719357 Revert "Update .asf.yaml to avoid merge PRs without approvals to the active release branches (#19024) (#19034)
513e6719357 is described below

commit 513e67193574b0f14a14e0c335567f335bcb5a5b
Author: Penghui Li <pe...@apache.org>
AuthorDate: Fri Dec 23 09:57:09 2022 +0800

    Revert "Update .asf.yaml to avoid merge PRs without approvals to the active release branches (#19024) (#19034)
---
 .asf.yaml | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ed1f08fe646..65a33145448 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -52,6 +52,8 @@ github:
            - Pulsar CI checks completed
 
       required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: true
         required_approving_review_count: 1
 
       # squash or rebase must be allowed in the repo for this setting to be set to true.
@@ -75,21 +77,11 @@ github:
     branch-2.4: {}
     branch-2.5: {}
     branch-2.6: {}
-    branch-2.7:
-      required_pull_request_reviews:
-        required_approving_review_count: 1
-    branch-2.8:
-      required_pull_request_reviews:
-        required_approving_review_count: 1
-    branch-2.9:
-      required_pull_request_reviews:
-        required_approving_review_count: 1
-    branch-2.10:
-      required_pull_request_reviews:
-        required_approving_review_count: 1
-    branch-2.11:
-      required_pull_request_reviews:
-        required_approving_review_count: 1
+    branch-2.7: {}
+    branch-2.8: {}
+    branch-2.9: {}
+    branch-2.10: {}
+    branch-2.11: {}
 
 notifications:
   commits:      commits@pulsar.apache.org