This is an automated email from the ASF dual-hosted git repository.
fgerthoffert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 28772582f chore: github settings to only enable squash commits (#747)
28772582f is described below
commit 28772582f65efb95e719ec2b4c9a69b1bf5bf986
Author: Francois G. <[email protected]>
AuthorDate: Fri Jan 9 08:27:58 2026 +0100
chore: github settings to only enable squash commits (#747)
---
.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