This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 159e7c3 Disable merge commits on pull requests 159e7c3 is described below commit 159e7c34bfa92fb0287777f27f7ace91d04ff3c6 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Aug 7 07:25:46 2020 +0100 Disable merge commits on pull requests --- .asf.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 1fe41ad..4666d7c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -23,4 +23,7 @@ github: - integration - java - quarkus - + enabled_merge_buttons: + merge: false + rebase: true + squash: true