From 02adb10a96eb06a7c7a2c80b7c9f3e385004ec61 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Jun 2020 16:30:06 +0100 Subject: feat: Configure OWNERS file for the depot root 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 --- OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 OWNERS (limited to 'OWNERS') 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 -- cgit 1.4.1