diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-07-20 08:41:09 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-20 08:41:27 -0400 |
commit | a85a5959d2c00dff609e5945787803423bf3423e (patch) | |
tree | 670d50fb681fccb1f53403b3f786e1d903d8d318 /.arcconfig | |
parent | c9c762dc0a782cf66aa3bf5cccfa7f0d16a37696 (diff) | |
download | haskell-a85a5959d2c00dff609e5945787803423bf3423e.tar.gz |
arcconfig: Set project ruleset to use master merge-base by default
Reviewers: austin
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3728
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig index c886789d35..29021b3108 100644 --- a/.arcconfig +++ b/.arcconfig @@ -2,6 +2,7 @@ "project.name" : "ghc", "repository.callsign" : "GHC", "phabricator.uri" : "https://phabricator.haskell.org", + "base" : "git:merge-base(origin/master), arc:prompt", "load": [ ".arc-linters/arcanist-external-json-linter" |