diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-12-10 10:52:04 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-12-10 10:52:04 +0000 |
commit | 237e860b0a1531520f5bb5b74ebc022fae1e7f13 (patch) | |
tree | 74b9cde6b6a24515beb19ccd663d952e64c3ea87 /.gitlab/CODEOWNERS.disabled | |
parent | 5a727a4d36674d02369f4ef8ed257ea9d17570e7 (diff) | |
download | gitlab-ce-237e860b0a1531520f5bb5b74ebc022fae1e7f13.tar.gz |
Revert "Merge branch 'bvl-reenable-codeowners' into 'master'"
This reverts merge request !23381
Diffstat (limited to '.gitlab/CODEOWNERS.disabled')
-rw-r--r-- | .gitlab/CODEOWNERS.disabled | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab/CODEOWNERS.disabled b/.gitlab/CODEOWNERS.disabled new file mode 100644 index 00000000000..82e914a502f --- /dev/null +++ b/.gitlab/CODEOWNERS.disabled @@ -0,0 +1,20 @@ +# 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 @kushalpandya +*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya + +# 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 |