Clarify that reviewersByEmail only works on world-readable changes

Change-Id: I5d6ba2e4546ac60da6d9b096a7dc5b91ce21d09a
This commit is contained in:
Patrick Hiesel
2017-09-22 09:01:07 +02:00
parent d1bce9a69d
commit 665429361e

View File

@@ -326,6 +326,8 @@ reviewers and CCs by email.
A boolean indicating if reviewers and CCs that do not currently have a Gerrit
account can be added to a change by providing their email address.
This setting only takes affect for changes that are readable by anonymous users.
Default is `INHERIT`, which means that this property is inherited from
the parent project. If the property is not set in any parent project, the
default value is `FALSE`.