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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new ad66fe9d5 Revert "Remove protected branch (#2615)" (#2624)
ad66fe9d5 is described below

commit ad66fe9d55c2afd69df08d3f93f44d2ef6880fa1
Author: Junfan Zhang <[email protected]>
AuthorDate: Thu Sep 18 15:00:42 2025 +0800

    Revert "Remove protected branch (#2615)" (#2624)
    
    This reverts commit 10aa39dccb6d3b3d9ee681ee335d5af4b00934aa.
---
 .asf.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b800cdb6f..117fcdcff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,7 +46,13 @@ github:
     squash: true
     merge: false
     rebase: false
-
+  protected_branches:
+    master:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
 
 notifications:
   commits: [email protected]

Reply via email to