build: Add default-reviewers key to .arcconfig
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Jan 2017 00:03:45 +0000 (00:03 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Jan 2017 00:03:45 +0000 (00:03 +0000)
This should cause all patches submitted using git-phab to be assigned to
the #libnice project for review, by default.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
.arcconfig

index ba3d1ea..f382c3d 100644 (file)
@@ -2,5 +2,6 @@
        "phabricator.uri" : "https:\/\/phabricator.freedesktop.org\/",
        "history.immutable" : true,
        "project.name" : "libnice",
-       "repository.callsign" : "LIBNICE"
+       "repository.callsign" : "LIBNICE",
+       "default-reviewers" : "#libnice"
 }