From f46667e0b6b8bfd7887f613dd4f21a285ccaebc8 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 10 Feb 2025 19:45:19 +0100 Subject: [PATCH] Repo: Set status checks to strict --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index adabab46f9..6dd2b79441 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,6 +34,10 @@ github: rebase: true protected_branches: main: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: true + required_pull_request_reviews: required_approving_review_count: 1