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-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 298b975 Update .asf.yaml with licensing information and GitHub
configuration, similar to the configuration of ofbiz-framework
298b975 is described below
commit 298b97567b70eea94f0fd89bf39acbfd2a3b93c0
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sat May 16 18:22:40 2026 +0200
Update .asf.yaml with licensing information and GitHub configuration,
similar to the configuration of ofbiz-framework
---
.asf.yaml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index ab59476..d24f2e8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,30 @@
+# 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
+
github:
+ enabled_merge_buttons:
+ merge: false
+ rebase: true
+ squash: true
+ squash_commit_message: PR_TITLE_AND_DESC
+
rulesets:
- name: "Default Branch Protection"
type: branch
@@ -12,3 +38,4 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
+ required_linear_history: true