diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-11-12 16:26:46 +0000 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2018-11-12 17:31:04 +0100 |
commit | fbe5b88bffc651d674cd88bd165e817781ff599c (patch) | |
tree | 9193a66e75c21be881ef8b71b40dcdf944ee263f /.gitlab/CODEOWNERS | |
parent | a407bba81a3fbd8b3313bc84e1ddf0ab4415207d (diff) | |
download | gitlab-ce-fbe5b88bffc651d674cd88bd165e817781ff599c.tar.gz |
Disable CODEOWNERS for the time being
We can move the file back to its original location once https://gitlab.com/gitlab-org/gitlab-ee/issues/8396 is fixed.
Diffstat (limited to '.gitlab/CODEOWNERS')
-rw-r--r-- | .gitlab/CODEOWNERS | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS deleted file mode 100644 index a4b773b15a9..00000000000 --- a/.gitlab/CODEOWNERS +++ /dev/null @@ -1,20 +0,0 @@ -# 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 |