Update SRE files in CODEOWNERS (#8857)

This commit is contained in:
Molly Struve 2020-06-23 10:07:53 -05:00 committed by GitHub
parent d1f43ae4f4
commit ff1686c70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/CODEOWNERS vendored
View file

@ -10,9 +10,9 @@
/app/controllers/notifications/ @thepracticaldev/delightful
/app/workers/notifications/ @thepracticaldev/delightful
/app/controllers/internal/broadcasts_controller.rb @thepracticaldev/delightful
/app/controllers/async_info_controller.rb @thepracticaldev/sre
/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
@ -26,9 +26,12 @@
/docs/ @thepracticaldev/oss @jacobherrington
/lib/data_update_scripts/ @thepracticaldev/sre
/lib/sidekiq/ @thepracticaldev/sre
/spec/rails_helper.rb @thepracticaldev/sre
/spec/requests/internal/ @thepracticaldev/snackcase
/spec/support/ @thepracticaldev/sre
/spec/system/internal/ @thepracticaldev/snackcase
Gemfile @thepracticaldev/sre @thepracticaldev/oss
Gemfile.lock @thepracticaldev/sre @thepracticaldev/oss
package.json @thepracticaldev/oss @nickytonline
yarn.lock @thepracticaldev/oss @nickytonline
.travis.yml @thepracticaldev/sre