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/04/29 07:19:14 UTC

[apisix] branch master updated: ci: use wildcard to protect branches (#6966)

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 adc643707 ci: use wildcard to protect branches (#6966)
adc643707 is described below

commit adc643707d067bd735bfd242be05e5b0b38f93c4
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Apr 29 15:19:09 2022 +0800

    ci: use wildcard to protect branches (#6966)
    
    See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule#about-branch-protection-rules
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 78b072fa3..2998a1eca 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,6 +48,10 @@ github:
           dismiss_stale_reviews: true
           require_code_owner_reviews: true
           required_approving_review_count: 2
+      release/*:
+        required_pull_request_reviews:
+          require_code_owner_reviews: true
+          required_approving_review_count: 2
       release/2.13:
         required_pull_request_reviews:
           require_code_owner_reviews: true