This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git
The following commit(s) were added to refs/heads/master by this push:
new 28dfe854 asf.yaml: Force linear history
28dfe854 is described below
commit 28dfe8540e5e11d589fde30824aded354d339a0b
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Sep 18 09:07:35 2025 +0200
asf.yaml: Force linear history
This disables merge commits and allows only rebase or squash commits.
This is to keep repo history linear.
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index c43fe91b..ab6aa571 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,3 +21,9 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
+
+github:
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true