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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new bc43d7e  Require single approving review
bc43d7e is described below

commit bc43d7e17ed8a85f4f90d484be091cabe11f7a9e
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Apr 3 11:26:04 2023 +0200

    Require single approving review
---
 .asf.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 80eb88e..be75644 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,4 @@
-# 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 github:
   description: "Apache Pekko Projections is intended for building systems with 
the CQRS pattern, and facilitate in event-based service-to-service 
communication."
@@ -19,6 +19,11 @@ github:
     merge:   false
     rebase:  true
 
+  required_pull_request_reviews:
+    dismiss_stale_reviews: false
+    require_code_owner_reviews: false
+    required_approving_review_count: 1
+
   protected_branches:
     main: { }
 


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

Reply via email to