From 0895783ca5e89303292c4e3be336fb447189127c Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Sat, 12 Jul 2025 09:06:28 -0400 Subject: [PATCH] Change merge rule to require branches up to date but do not require a committer approval. This matches the arrow-rs repo. --- .asf.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 75b2262d..cb0520c1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -31,8 +31,11 @@ github: issues: true protected_branches: main: - required_pull_request_reviews: - required_approving_review_count: 1 + required_status_checks: + # require branches to be up-to-date before merging + strict: true + # don't require any jobs to pass + contexts: [] staging: whoami: asf-staging