From 6d0e22be7671fe4e87692f79a1bb5a5422bbe22c Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com> Date: Tue, 17 Mar 2020 10:00:20 +0100 Subject: [PATCH] Mergify: configuration update --- .mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..6091445 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,9 @@ +pull_request_rules: + - name: Automatic merge scala-steward PRs when CI is passing + conditions: + - author=scala-steward + - status-success=continuous-integration/travis-ci/pr + - body~=labels:.*semver-patch + actions: + merge: + method: squash \ No newline at end of file