From aa39a1f8012a1c8160fa456bfa212e3f621636df Mon Sep 17 00:00:00 2001 From: rhymes Date: Fri, 2 Oct 2020 18:20:29 +0200 Subject: [PATCH] Update CODEOWNERS to remove old teams (#10538) --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bea6225cd..93931e84d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,20 +3,11 @@ # for further details /*.md @forem/oss -/app/assets/stylesheets/admin/ @forem/snackcase /app/controllers/articles_controller.rb @forem/hells-bells -/app/controllers/admin/ @forem/snackcase -/app/services/notifications/ @forem/delightful -/app/controllers/notifications/ @forem/delightful -/app/workers/notifications/ @forem/delightful -/app/controllers/admin/broadcasts_controller.rb @forem/delightful /app/controllers/async_info_controller.rb @forem/sre /app/controllers/stories_controller.rb @forem/hells-bells /app/services/search/ @forem/sre /app/views/articles/ @forem/hells-bells -/app/views/admin/ @forem/snackcase -/app/views/moderation/ @forem/snackcase -/app/views/notifications/ @forem/delightful /app/views/stories/ @forem/hells-bells /app/workers/ @forem/sre /config/ @forem/sre @@ -25,9 +16,7 @@ /lib/data_update_scripts/ @forem/sre /lib/sidekiq/ @forem/sre /spec/rails_helper.rb @forem/sre -/spec/requests/admin/ @forem/snackcase /spec/support/ @forem/sre -/spec/system/admin/ @forem/snackcase Gemfile @forem/sre @forem/oss Gemfile.lock @forem/sre @forem/oss package.json @forem/oss @nickytonline