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

zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 91bdf421 Update .asf.yaml (#73)
91bdf421 is described below

commit 91bdf42191299bb27bf7aa55ea4d9d1299f6ca15
Author: Alexander Alten-Lorenz <[email protected]>
AuthorDate: Wed Oct 1 21:39:44 2025 +0200

    Update .asf.yaml (#73)
    
    add main branch protection
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 46346b93..330ff0aa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,8 +29,10 @@ github:
     merge:   false
     rebase:  false
   protected_branches:
-    main: {}
-    deploy: {}
+    main:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
 
 publish:
   whoami: deploy

Reply via email to