This is an automated email from the ASF dual-hosted git repository. cfnatali pushed a commit to branch charles-enable-squash in repository https://gitbox.apache.org/repos/asf/mesos-site.git
commit aedac70001601b286b07cfbf098fdd0d022bae1f Author: Charles-Francois Natali <[email protected]> AuthorDate: Thu Apr 7 23:47:46 2022 +0100 Enable squash for https://github.com/apache/mesos See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Mergebuttons --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 170e1e3d5..f54af0a41 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,8 @@ publish: whoami: asf-site +github: + enabled_merge_buttons: + squash: true + merge: true + rebase: false
