OWNERS: Allow anyone to approve changes.

In the (near) future, the infra team plans to enforce the OWNERS file.
To continue to allow anyone to approve changers, this commit simply adds
the special ownerEmail '*' meaning that any user can approve that
directory or files.

BUG=None
BRANCH=None
TEST=None

Change-Id: I31a9be3b973e3e95a3a696e8195bef44fe4714a9
Signed-off-by: Aseda Aboagye <aaboagye@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1666753
Tested-by: Aseda Aboagye <aaboagye@chromium.org>
Auto-Submit: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
Aseda Aboagye 2019-06-18 18:07:09 -07:00 committed by Commit Bot
parent 4309ccb95e
commit cf62299c34
1 changed files with 3 additions and 0 deletions

3
OWNERS
View File

@ -4,5 +4,8 @@ dnojiri@chromium.org
jettrink@chromium.org
rspangler@chromium.org
# Allow anyone to approve changes.
*
# Don't inherit owners from elsewhere in the manifest
set noparent