From 1778f790087ab7663975ea466527c252eaccc5e3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 17 Jan 2017 00:03:45 +0000 Subject: [PATCH] build: Add default-reviewers key to .arcconfig 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 --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index ba3d1ea..f382c3d 100644 --- a/.arcconfig +++ b/.arcconfig @@ -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" } -- 2.7.4