From 5a42e172f10c469dfd1a34d696dfc6de0eadba45 Mon Sep 17 00:00:00 2001 From: G r e y Date: Wed, 16 Mar 2022 03:00:45 -0400 Subject: [PATCH] chore: add CODEOWNERS (#459) Summary: Partial port of v1 CODEOWNERS -> v2 Impact: Coder FE will be pinged to review changes in site. We do not have a check that requires an explicit approval, but it helps review cycle iteration --- .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 0000000000..47e2102d80 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +site @coder/coder-frontend