This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new adf00a6495 Add a protection to release candidate branch 52 (#19660)
adf00a6495 is described below
commit adf00a6495deaca1b9636faa21d9018202d09bf1
Author: xudong.w <[email protected]>
AuthorDate: Tue Jan 6 15:08:14 2026 +0800
Add a protection to release candidate branch 52 (#19660)
https://github.com/apache/datafusion/tree/main/dev/release#2-add-a-protection-to-release-candidate-branch
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 0588a300a5..43c9250c2b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -62,6 +62,9 @@ github:
branch-51:
required_pull_request_reviews:
required_approving_review_count: 1
+ branch-52:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
pull_requests:
# enable updating head branches of pull requests
allow_update_branch: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]