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

rainyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b7914007ae8 Add protected branches configuration for master (#3181)
b7914007ae8 is described below

commit b7914007ae8a67f4201e8ac1c76c1aacb76348d1
Author: Rain Yu <[email protected]>
AuthorDate: Thu Jan 8 21:25:02 2026 +0800

    Add protected branches configuration for master (#3181)
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 46281ca9fe4..c7fc619f092 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,6 +26,12 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+  protected_branches:
+    master: 
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_last_push_approval: true
+        required_approving_review_count: 1
 publish:
   whoami: asf-site-v2
 staging:

Reply via email to