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

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new 572f755fc0 Set `dismiss_stale_reviews: false` in .asf.yaml
572f755fc0 is described below

commit 572f755fc0210df46df80812dc94ec099dba0864
Author: Dianjin Wang <[email protected]>
AuthorDate: Mon Jan 20 11:31:31 2025 +0800

    Set `dismiss_stale_reviews: false` in .asf.yaml
    
    Set `dismiss_stale_reviews: false` in `.asf.yaml` file to simplify the
    review process and reduce repetitive approvals. If this change
    introduces any issues or inefficiencies, we can restore the setting.
    
    Discussion: https://lists.apache.org/thread/56kwypo3o33zocyfwtb31oh0dp85r8zp
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index df4ea2a422..18d3f3ac53 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -103,7 +103,7 @@ github:
       # Pull request review requirements
       required_pull_request_reviews:
         # Require new reviews when new commits are pushed
-        dismiss_stale_reviews: true
+        dismiss_stale_reviews: false
         # Require at least 2 approving reviews
         required_approving_review_count: 2
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to