commit | ddcee21ea0df16ce68961e3dc2d61be0efed2196 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@codecoup.pl> | Thu Sep 18 09:07:35 2025 +0200 |
committer | Szymon Janc <szymon.janc@codecoup.pl> | Fri Sep 19 15:06:18 2025 +0200 |
tree | a26674bb43e5d79def9cc1b30a10c7a701824cff | |
parent | cd256a80feff3284aa5baa03965e0e27e0689eec [diff] |
asf.yaml: Force linear history This disables merge commits and allows only rebase or squash commits. This is to keep repo history linear.
diff --git a/.asf.yaml b/.asf.yaml index c43fe91..ab6aa57 100644 --- a/.asf.yaml +++ b/.asf.yaml
@@ -21,3 +21,9 @@ commits: commits@mynewt.apache.org issues: notifications@mynewt.apache.org pullrequests: notifications@mynewt.apache.org + +github: + enabled_merge_buttons: + squash: true + merge: false + rebase: true