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-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c99e7612 asf.yaml: Force linear history
7c99e7612 is described below

commit 7c99e761275a77550466726ea5719c687fe227dd
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Nov 13 09:06:43 2025 +0100

    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 c43fe91b7..ab6aa571e 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

Reply via email to