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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new 1971a7b0 Add required status checks and review count minimum (#1436)
1971a7b0 is described below

commit 1971a7b0dff15fe7c78cb8b4a1318dc94246e253
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Wed May 22 08:14:54 2024 +0200

    Add required status checks and review count minimum (#1436)
---
 .asf.yaml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 087de8f4..fa6b7640 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,5 +13,12 @@ github:
     - database
     - javascript
   protected_branches:
-    main
-
+    main:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        # Set to true if you want to automatically dismiss approving reviews 
when someone pushes a new commit.
+        dismiss_stale_reviews: false
+        # Specifies the number of reviewers required to approve pull requests.
+        # Use a number between 1 and 6 or 0 to not require reviewers.
+        required_approving_review_count: 1

Reply via email to