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

jacopoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ba8f25  Update .asf.yaml with licensing information and GitHub 
configuration, similar to the configuration of ofbiz-framework
1ba8f25 is described below

commit 1ba8f25b5062bbdffa485b2a95fdd157e268f712
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sat May 16 18:03:07 2026 +0200

    Update .asf.yaml with licensing information and GitHub configuration, 
similar to the configuration of ofbiz-framework
---
 .asf.yaml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 75dfc52..415c37e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,8 +1,33 @@
-# Publishing profile for ofbiz-site.git:
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This file is used to configure ASF GitHub repositories.
+# It is used by the ASF GitHub bot to automate various tasks such as labeling,
+# merging, and notifications.
+# For more information, see 
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
 
 publish:
   whoami: master
+
 github:
+  enabled_merge_buttons:
+    merge: false
+    rebase: true
+    squash: true
+    squash_commit_message: PR_TITLE_AND_DESC
+
   rulesets:
     - name: "Default Branch Protection"
       type: branch
@@ -16,3 +41,4 @@ github:
         - root
       restrict_deletion: true
       restrict_force_push: true
+      required_linear_history: true

Reply via email to