You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/10 03:24:47 UTC

[apisix] branch master updated: ci: enforce request review on the final state (#6277)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06c5193  ci: enforce request review on the final state (#6277)
06c5193 is described below

commit 06c51935aa207eef8ef75df24172e8656085c3ff
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Feb 10 11:24:41 2022 +0800

    ci: enforce request review on the final state (#6277)
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index cc4b6b8..51a6b73 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,6 +45,7 @@ github:
     protected_branches:
       master:
         required_pull_request_reviews:
+          dismiss_stale_reviews: true
           require_code_owner_reviews: true
           required_approving_review_count: 2
       release/2.12: