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 2021/09/15 09:36:55 UTC

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

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-go-plugin-runner.git


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

commit 21a5b2f65f0b2f3efc63d7d11fd8794a17fe2cc5
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Sep 15 17:36:48 2021 +0800

    chore: require approval before merge (#39)
---
 .asf.yaml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 21f70b9..8eecf9a 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
+    master:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
   enabled_merge_buttons:
     squash:  true
     merge:   false