Add more paths for team delightful in CODEOWNERS file (#6050)
This commit is contained in:
parent
f71c8b16e7
commit
ee5aa1ff1a
1 changed files with 29 additions and 27 deletions
56
.github/CODEOWNERS
vendored
56
.github/CODEOWNERS
vendored
|
|
@ -2,30 +2,32 @@
|
|||
# see https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
||||
# for further details
|
||||
|
||||
/*.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
|
||||
/*.md @thepracticaldev/oss
|
||||
/app/assets/stylesheets/internal/ @thepracticaldev/snackcase
|
||||
/app/controllers/articles_controller.rb @thepracticaldev/hells-bells
|
||||
/app/controllers/internal/ @thepracticaldev/snackcase
|
||||
/app/services/notifications/ @thepracticaldev/delightful
|
||||
/app/controllers/notifications/ @thepracticaldev/delightful
|
||||
/app/workers/notifications/ @thepracticaldev/delightful
|
||||
/app/controllers/internal/broadcasts_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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue