This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new 46e0b89 Disable merge commits on pull requests
46e0b89 is described below
commit 46e0b890a9759a9b9439904eb86b2a8dd48b577b
Author: lburgazzoli <[email protected]>
AuthorDate: Mon Aug 10 10:46:24 2020 +0200
Disable merge commits on pull requests
---
.asf.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 8a25305..b49348b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,4 +8,8 @@ github:
- serverless
- knative
- openshift
- - operator
\ No newline at end of file
+ - operator
+ enabled_merge_buttons:
+ merge: false
+ rebase: true
+ squash: true
\ No newline at end of file