summaryrefslogtreecommitdiff
path: root/.gitlab/CODEOWNERS
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2019-05-21 16:35:45 +0000
committerBob Van Landuyt <bob@vanlanduyt.co>2019-05-23 09:33:56 +0200
commit1d2d1fdc075104865d473e1a629b13463180c2f9 (patch)
tree48b92f589dc49e0449a38c0bc46f2a5c12c10367 /.gitlab/CODEOWNERS
parente5e9466c9c7489816a3271575e582f560bb4709f (diff)
downloadgitlab-ce-1d2d1fdc075104865d473e1a629b13463180c2f9.tar.gz
Re-enable codeowners by moving the file back
And add myself as a ruby maintainer, since I forgot about that.
Diffstat (limited to '.gitlab/CODEOWNERS')
-rw-r--r--.gitlab/CODEOWNERS20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
new file mode 100644
index 00000000000..0156a4d749a
--- /dev/null
+++ b/.gitlab/CODEOWNERS
@@ -0,0 +1,20 @@
+# Backend Maintainers are the default for all ruby files
+*.rb @ashmckenzie @ayufan @dbalexandre @DouweM @dzaporozhets @godfat @grzesiek @mkozono @nick.thomas @rspeicher @rymai @smcgivern @mayra-cabrera @reprazent
+*.rake @ashmckenzie @ayufan @dbalexandre @DouweM @dzaporozhets @godfat @grzesiek @mkozono @nick.thomas @rspeicher @rymai @smcgivern @mayra-cabrera @reprazent
+
+# 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