diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2019-05-21 16:35:45 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2019-05-23 09:33:56 +0200 |
commit | 1d2d1fdc075104865d473e1a629b13463180c2f9 (patch) | |
tree | 48b92f589dc49e0449a38c0bc46f2a5c12c10367 /.gitlab | |
parent | e5e9466c9c7489816a3271575e582f560bb4709f (diff) | |
download | gitlab-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')
-rw-r--r-- | .gitlab/CODEOWNERS (renamed from .gitlab/CODEOWNERS.disabled) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/CODEOWNERS.disabled b/.gitlab/CODEOWNERS index 52fb651f551..0156a4d749a 100644 --- a/.gitlab/CODEOWNERS.disabled +++ b/.gitlab/CODEOWNERS @@ -1,6 +1,6 @@ # 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 -*.rake @ashmckenzie @ayufan @dbalexandre @DouweM @dzaporozhets @godfat @grzesiek @mkozono @nick.thomas @rspeicher @rymai @smcgivern @mayra-cabrera +*.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 |