Add OWNERS file to repo
The OWNERS file allows gerrit to automatically CC the owners on a review
when it's pushed, removing the need to add maintainers manually.
This is somewhat an experiment. If it's successful, we should do this
on all OpenBMC subrepos, and is also in line with us deprecating all the
MAINTAINERS files.
Tested:
Gerrit only, can't test until it's on mainline.
Change-Id: I5d921e4b08f609784a522ecd2cd51b3e825e9d0f
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..0b06a6b
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,4 @@
+owners:
+- ed@tanous.net
+- jason.m.bills@linux.intel.com
+- gmills@linux.vnet.ibm.com