13773d6515
With https://gitlab.com/gitlab-org/gitlab-ce/issues/50289 we moved CI templates into gitlab repository. The previous gitlab-ci-yml maintainers are now marked as code owners. Auto DevOps is assigned to configure team backend developers.
20 lines
943 B
Text
20 lines
943 B
Text
# Backend Maintainers are the default for all ruby files
|
|
*.rb @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern
|
|
*.rake @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern
|
|
|
|
# Technical writing team are the default reviewers for everything in `doc/`
|
|
/doc/ @axil @marcia
|
|
|
|
# Frontend maintainers should see everything in `app/assets/`
|
|
app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann
|
|
*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann
|
|
|
|
# Someone from the database team should review changes in `db/`
|
|
db/ @abrandl @NikolayS
|
|
|
|
# Feature specific owners
|
|
/ee/lib/gitlab/code_owners/ @reprazent
|
|
/ee/lib/ee/gitlab/auth/ldap/ @dblessing @mkozono
|
|
/lib/gitlab/auth/ldap/ @dblessing @mkozono
|
|
/lib/gitlab/ci/templates/ @nolith @zj
|
|
/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @DylanGriffith @mayra-cabrera @tkuah
|