summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-10-22 15:06:32 +0200
committerXavier Claessens <xavier.claessens@collabora.com>2015-10-22 12:42:48 -0400
commitbc287c9a48071298712995da9a26b495a30ac161 (patch)
tree6a82bfda6dffe4e290a50afb8f1e6b1111c6ac4a /.arcconfig
parent05c0d71e0f2b7582bfc262f9848b8f4c6c84a11f (diff)
Add a way to specify default reviewers in the .arcconfig
And specify xclaesse as default reviewer for git-phab Differential Revision: https://phabricator.freedesktop.org/D416
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index b0e50d4..499077f 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -2,6 +2,7 @@
"phabricator.uri" : "https://phabricator.freedesktop.org/",
"lint.engine": "ArcanistConfigurationDrivenLintEngine",
"project": "git-phab",
- "repository.callsign": "GITPHAB"
+ "repository.callsign": "GITPHAB",
+ "default-reviewers": "xclaesse"
}