This is an automated email from the ASF dual-hosted git repository. zuston pushed a commit to branch revert-2615-minor_asf in repository https://gitbox.apache.org/repos/asf/uniffle.git
commit d4eefda5956e11cb35f37642998b93f389149371 Author: Junfan Zhang <[email protected]> AuthorDate: Thu Sep 18 11:45:47 2025 +0800 Revert "Remove protected branch (#2615)" 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]
