We find that allowing drafts to be public makes for everyone having
a better experience. Configure Gerrit this way before the project
gets off the ground so that trying to get it in later doesn't
become difficult
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
[access "refs/*"]
read = deny group Anonymous Users
read = group Administrators
+ viewDrafts = group Registered Users
[access "refs/for/*"]
addPatchSet = group Registered Users
[access "refs/for/refs/*"]