From 6d08d8646417ddd75f4eafafcb32cff4278bedf2 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Thu, 9 Jul 2020 20:35:47 +0100 Subject: [PATCH] chore: Add CODEOWNERS file Helps to auto-tag the repo maintainers for reviews when PRs are created. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..496c8d94 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# The following teams will get auto-tagged for a review. +# See https://docs.github.com/en/enterprise/2.15/user/articles/about-code-owners + +* @Automattic/vipcs