This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f0d4aeb2db6 enable updating head branches of pull requests (#2583)
f0d4aeb2db6 is described below

commit f0d4aeb2db6d881f62a39b6c0695df457fd5bed7
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Jul 1 16:26:17 2025 +0800

    enable updating head branches of pull requests (#2583)
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 993213b6414..b88f0ba19d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,6 +41,8 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+  pull_requests:
+    allow_update_branch: true   
   protected_branches:
     master:
       required_status_checks:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to