You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/10/03 11:09:20 UTC

[apisix-python-plugin-runner] branch master updated: chore: require approval before merge (#33)

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

shuaijinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fd4cec  chore: require approval before merge (#33)
6fd4cec is described below

commit 6fd4cec6fde4ef4a733a7c583629edac048c97c7
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sun Oct 3 19:09:15 2021 +0800

    chore: require approval before merge (#33)
    
    This setup is already enabled in Java / Go plugin runner
---
 .asf.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 162d116..b1e78f5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,11 +23,10 @@ github:
     - gateway
     - plugin
   protected_branches:
-    # All protected branches in the YAML must be dictionary entries.
-    # Thus, if you only want to disable force push from a branch,
-    # you can construct a fake dictionary
     master:
-        foo: bar
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
   enabled_merge_buttons:
     squash:  true
     merge:   false