This is an automated email from the ASF dual-hosted git repository.
cfnatali pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7cff35dc1 Enable squash for https://github.com/apache/mesos
7cff35dc1 is described below
commit 7cff35dc1c7559d63aca91cb367bff2c15814f6d
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..e13bbc344 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,8 @@
publish:
whoami: asf-site
+github:
+ enabled_merge_buttons:
+ merge: false
+ rebase: true
+ squash: true