From 3f4a8793232c7d8bc2232fa8ab13ae6c50d08de1 Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Thu, 1 May 2025 09:41:38 -0400 Subject: [PATCH] Copy over protected branch rule from datafusion repo --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index e96b43cf0..75b2262de 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -29,6 +29,10 @@ github: rebase: false features: issues: true + protected_branches: + main: + required_pull_request_reviews: + required_approving_review_count: 1 staging: whoami: asf-staging