From 0cd4cd423a1cd0c0e03a308f648ca6afbcfdcf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20G=C3=B3mez=20Gonz=C3=A1lez?= Date: Fri, 14 Feb 2020 12:11: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 00000000..d7948184 --- /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: merge