From 40bc3c600832cd995b99c483d62d297098555aac Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 12 Jul 2022 14:12:56 -0400 Subject: [PATCH] Add Github CODEOWNERS file I find myself requesting the same group over and over again. As code maintainers it seems that `@Sorbet` should be required for review on every pull-request. By adding this file we automate the process. Signed-off-by: Alexandre Terrasa --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..d6fc27ae --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Request a review from @Shopify/sorbet when a new PR is created +* @Shopify/sorbet