summaryrefslogtreecommitdiff
path: root/.rultor.yml
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-06 08:10:44 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-22 22:46:52 +0200
commitd1a6f1a3f2e4e0d11643782f36ed1259337dfcfb (patch)
treef6189b989310395dd8d507774574bd6a538d59c2 /.rultor.yml
parent26602f3a52f68a0593e33dd2007ab0b050852e08 (diff)
downloadbabel-d1a6f1a3f2e4e0d11643782f36ed1259337dfcfb.tar.gz
rultor: Linearize commit history on merge
This will make rultor rebase a PR and then fastforwarding the master branch if a merge action is requested.
Diffstat (limited to '.rultor.yml')
-rw-r--r--.rultor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rultor.yml b/.rultor.yml
index 0871296..9f313a8 100644
--- a/.rultor.yml
+++ b/.rultor.yml
@@ -1,2 +1,4 @@
merge:
+ fast-forward: only
+ rebase: true
script: echo "Nothing to do (yet)."