Commit d3d9873e authored by Bob Van Landuyt's avatar Bob Van Landuyt

Use groups in CODEOWNERS file

Let's dogfood https://gitlab.com/gitlab-org/gitlab-ce/issues/53182

That way we don't need to keep this file up to date.
parent 1bc2ac33
# Backend Maintainers are the default for all ruby files # Backend Maintainers are the default for all ruby files
*.rb @ashmckenzie @ayufan @dbalexandre @DouweM @dzaporozhets @godfat @grzesiek @mkozono @mayra-cabrera @nick.thomas @rspeicher @rymai @reprazent @smcgivern @tkuah *.rb @gitlab-org/maintainers/rails-backend
*.rake @ashmckenzie @ayufan @dbalexandre @DouweM @dzaporozhets @godfat @grzesiek @mkozono @mayra-cabrera @nick.thomas @rspeicher @rymai @reprazent @smcgivern @tkuah *.rake @gitlab-org/maintainers/rails-backend
# Technical writing team are the default reviewers for everything in `doc/` # Technical writing team are the default reviewers for everything in `doc/`
/doc/ @axil @marcia @eread @mikelewis /doc/ @axil @marcia @eread @mikelewis
...@@ -10,11 +10,11 @@ app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallma ...@@ -10,11 +10,11 @@ app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallma
*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya @pslaughter *.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya @pslaughter
# Maintainers from the Database team should review changes in `db/` # Maintainers from the Database team should review changes in `db/`
db/ @abrandl @NikolayS db/ @gl-database
lib/gitlab/background_migration/ @abrandl @NikolayS lib/gitlab/background_migration/ @gl-database
lib/gitlab/database/ @abrandl @NikolayS lib/gitlab/database/ @gl-database
lib/gitlab/sql/ @abrandl @NikolayS lib/gitlab/sql/ @gl-database
/ee/db/ @abrandl @NikolayS /ee/db/ @gl-database
# Feature specific owners # Feature specific owners
/ee/lib/gitlab/code_owners/ @reprazent /ee/lib/gitlab/code_owners/ @reprazent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment