about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-14T15·30+0100
committertazjin <mail@tazj.in>2020-06-14T15·41+0000
commit02adb10a96eb06a7c7a2c80b7c9f3e385004ec61 (patch)
treecd8ec45f75a898e94665e4cde9a3bb406c8932c0
parentaf167ff8d43786f285dc953195af332a970b1a2b (diff)
feat: Configure OWNERS file for the depot root r/947
This owners file creates a default approval policy for the entire
tree.

This is just an initial version and we haven't actually decided what
this should look like, but crucially this change means that we can
allow everyone to +2 changes in the repository which allows everyone
to reign freely within their user directories.

Change-Id: I2a14092765ad484d329f5542ac052da59eb104c7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/259
Reviewed-by: lukegb <lukegb@tvl.fyi>
-rw-r--r--OWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000000..6c47725d4f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,4 @@
+inherited: false
+owners:
+  - tazjin
+  - lukegb