This is an automated email from the ASF dual-hosted git repository.
cfnatali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 18af61788 Enabled squash option for github PR.
18af61788 is described below
commit 18af61788d64d013cbbf65721fe5cdde5e61834f
Author: Charles-Francois Natali <[email protected]>
AuthorDate: Fri Apr 8 07:27:00 2022 +0100
Enabled squash option for github PR.
Squashing makes it easier to have a clean history and rewrite commit
messages without involving the original submitter, which might not be
aware of the project contribution guidelines.
---
.asf.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..1313ad0a4
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,5 @@
+github:
+ enabled_merge_buttons:
+ merge: false
+ rebase: true
+ squash: true