summaryrefslogtreecommitdiff
path: root/.gitlab/CODEOWNERS
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-08-26 22:00:01 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-26 22:00:01 +0000
commit0587ca335eaeab2455dcf2f8a70f06e3d3267a77 (patch)
tree75f48713eaf9e7ed8c319092430786a1527ac6ae /.gitlab/CODEOWNERS
parent5e1e9227bfda44da218318c3255cdb81c02f2154 (diff)
downloadgitlab-ce-0587ca335eaeab2455dcf2f8a70f06e3d3267a77.tar.gz
Change database maintainers group for codeowners
Aligning with backend maintainers, @gitlab-org/maintainers/database is now used for codeowners.
Diffstat (limited to '.gitlab/CODEOWNERS')
-rw-r--r--.gitlab/CODEOWNERS13
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
index dae3c349ff4..0f2dd081e9e 100644
--- a/.gitlab/CODEOWNERS
+++ b/.gitlab/CODEOWNERS
@@ -9,12 +9,13 @@
app/assets/ @ClemMakesApps @fatihacet @filipa @mikegreiling @timzallmann @kushalpandya @pslaughter
*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @mikegreiling @timzallmann @kushalpandya @pslaughter
-# Maintainers from the Database team should review changes in `db/`
-db/ @gl-database
-lib/gitlab/background_migration/ @gl-database
-lib/gitlab/database/ @gl-database
-lib/gitlab/sql/ @gl-database
-/ee/db/ @gl-database
+# Database maintainers should review changes in `db/`
+db/ @gitlab-org/maintainers/database
+lib/gitlab/background_migration/ @gitlab-org/maintainers/database
+lib/gitlab/database/ @gitlab-org/maintainers/database
+lib/gitlab/sql/ @gitlab-org/maintainers/database
+lib/gitlab/github_import/ @gitlab-org/maintainers/database
+/ee/db/ @gitlab-org/maintainers/database
# Feature specific owners
/ee/lib/gitlab/code_owners/ @reprazent