From 93d3a9bb14bc51e78ede6d9d4de7014d814c2c6d Mon Sep 17 00:00:00 2001 From: Robert Szewczyk Date: Wed, 4 Mar 2020 09:52:33 -0800 Subject: [PATCH] Add codeowners file, s.t. GitHub automatically poulates reviewers. Provide automatic support for the policies. Future maintainters must ensure that this file tracks `REVIEWERS.md` --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000000..1c1b8e3e3c5b10 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @anush-apple @chrisdecenzo @hawk248 @gerickson @robszewczyk @woody-apple \ No newline at end of file