From 0948f35803d286c789b41275d26bf31a48ed36ce Mon Sep 17 00:00:00 2001 From: Mixih Date: Tue, 13 Dec 2016 08:24:01 -0800 Subject: [PATCH] .rultor.yml: Configure with default merging setting This enables rultor on this repo so maintainers can merge without pushing the "green button" Closes: https://github.com/coala/teams/issues/8 --- .rultor.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rultor.yml diff --git a/.rultor.yml b/.rultor.yml new file mode 100644 index 0000000..2159954 --- /dev/null +++ b/.rultor.yml @@ -0,0 +1,3 @@ +merge: + fast-forward: only + script: echo "Nothing to do."