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

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 341b1d620 Update .asf.yaml to enable branch updates for pr (#1066)
341b1d620 is described below

commit 341b1d620b1e3dc2619951f5da6ef0417c317a02
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Wed Feb 18 22:54:26 2026 +0800

    Update .asf.yaml to enable branch updates for pr (#1066)
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7dc635e70..cb5569383 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
 ---
 github:
   description: "Apache Mahout - an environment for quickly creating scalable, 
performant machine learning applications."
@@ -52,6 +52,8 @@ github:
     allow_auto_merge: false
     # auto-delete head branches after being merged
     del_branch_on_merge: true
+    # enable updating head branches of pull requests
+    allow_update_branch: true
 
   protected_branches:
     main:

Reply via email to