diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-10-22 15:06:32 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2015-10-22 12:42:48 -0400 |
commit | bc287c9a48071298712995da9a26b495a30ac161 (patch) | |
tree | 6a82bfda6dffe4e290a50afb8f1e6b1111c6ac4a /.arcconfig | |
parent | 05c0d71e0f2b7582bfc262f9848b8f4c6c84a11f (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-- | .arcconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |