This is an automated email from the ASF dual-hosted git repository.
fgerthoffert pushed a commit to branch github-config
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/github-config by this push:
new 46114b256 chore: github settings to only enable squash commits
46114b256 is described below
commit 46114b25688321767fa83a68007407ad82a4842a
Author: Francois G. <[email protected]>
AuthorDate: Thu Jan 8 17:18:56 2026 +0100
chore: github settings to only enable squash commits
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..23d562a4e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,7 @@
+# Documentation/specs available here:
https://github.com/apache/infrastructure-asfyaml
+github:
+ enabled_merge_buttons:
+ squash: true
+ squash_commit_message: PR_TITLE
+ merge: false
+ rebase: false
\ No newline at end of file