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-mcumgr.git
The following commit(s) were added to refs/heads/master by this push:
new 491b353 asf.yaml: Force linear history
491b353 is described below
commit 491b353160134902c8eecb044c4da0a831a78f4b
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 c43fe91..ab6aa57 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