From bc876465fc79aedbe381820cc58059537364b0f5 Mon Sep 17 00:00:00 2001 From: rhymes Date: Tue, 11 Feb 2020 18:04:01 +0100 Subject: [PATCH] Assign teams to files and directories (#6020) --- .github/CODEOWNERS | 48 +++++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4413fb40a..5121bb0cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,19 +1,31 @@ -# SRE -Gemfile @thepracticaldev/sre -/db/ @thepracticaldev/sre -/config/ @thepracticaldev/sre -/app/jobs/ @thepracticaldev/sre -/app/workers/ @thepracticaldev/sre +# CODEOWNERS lists which teams are largely responsible for areas of code in the repository +# see https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners +# for further details -# Mac -Gemfile @maestromac -yarn.lock @maestromac - -# Team snackCase -/app/assets/stylesheets/internal/ @jacobherrington @zhao-andy -/app/controllers/internal/ @jacobherrington @zhao-andy -/app/views/internal/ @jacobherrington @zhao-andy -/app/views/moderation/ @jacobherrington @zhao-andy -/spec/system/internal/ @jacobherrington @zhao-andy -/spec/requests/internal/ @jacobherrington @zhao-andy -/docs/ @jacobherrington +/*.md @thepracticaldev/oss +/app/assets/stylesheets/internal/ @thepracticaldev/snackcase +/app/controllers/articles_controller.rb @thepracticaldev/hells-bells +/app/controllers/internal/ @thepracticaldev/snackcase +/app/controllers/notifications/ @thepracticaldev/delightful +/app/controllers/notifications_controller.rb @thepracticaldev/delightful +/app/controllers/pages_controller.rb @thepracticaldev/cool +/app/controllers/stories_controller.rb @thepracticaldev/hells-bells +/app/jobs/ @thepracticaldev/sre +/app/services/search/ @thepracticaldev/sre +/app/views/articles/ @thepracticaldev/hells-bells +/app/views/internal/ @thepracticaldev/snackcase +/app/views/moderation/ @thepracticaldev/snackcase +/app/views/notifications/ @thepracticaldev/delightful +/app/views/pages/shecoded.html.erb @thepracticaldev/cool +/app/views/partnerships/ @thepracticaldev/cool +/app/views/stories/ @thepracticaldev/hells-bells +/app/workers/ @thepracticaldev/sre +/config/ @thepracticaldev/sre +/db/ @thepracticaldev/sre +/docs/ @thepracticaldev/oss @jacobherrington +/spec/requests/internal/ @thepracticaldev/snackcase +/spec/system/internal/ @thepracticaldev/snackcase +Gemfile @thepracticaldev/sre @thepracticaldev/oss +Gemfile.lock @thepracticaldev/sre @thepracticaldev/oss +package.json @thepracticaldev/oss +yarn.lock @thepracticaldev/oss