From 220ef97388a12d9a1fb7dee353e1a41a4d2ca9af Mon Sep 17 00:00:00 2001 From: blaginin Date: Tue, 30 Sep 2025 12:32:33 +0100 Subject: [PATCH] Require PR --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 0534705bc..08b31804d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -50,3 +50,7 @@ github: - "test (beta)" - "test (nightly)" - "Release Audit Tool (RAT)" + pull_requests: + # enable updating head branches of pull requests + allow_update_branch: true + allow_auto_merge: true