summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/tw/codeowners.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/tw/codeowners.rake')
-rw-r--r--lib/tasks/gitlab/tw/codeowners.rake5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tasks/gitlab/tw/codeowners.rake b/lib/tasks/gitlab/tw/codeowners.rake
index 4d43dd2dd85..b4b34581f43 100644
--- a/lib/tasks/gitlab/tw/codeowners.rake
+++ b/lib/tasks/gitlab/tw/codeowners.rake
@@ -39,7 +39,7 @@ namespace :tw do
CodeOwnerRule.new('Development', '@sselhorn'),
CodeOwnerRule.new('Distribution', '@axil'),
CodeOwnerRule.new('Distribution (Charts)', '@axil'),
- CodeOwnerRule.new('Distribution (Omnibus)', '@axil'),
+ CodeOwnerRule.new('Distribution (Omnibus)', '@eread'),
CodeOwnerRule.new('Documentation Guidelines', '@sselhorn'),
CodeOwnerRule.new('Dynamic Analysis', '@rdickenson'),
CodeOwnerRule.new('IDE', '@ashrafkhamis'),
@@ -50,9 +50,8 @@ namespace :tw do
CodeOwnerRule.new('Gitaly', '@eread'),
CodeOwnerRule.new('GitLab Dedicated', '@drcatherinepope'),
CodeOwnerRule.new('Global Search', '@ashrafkhamis'),
- CodeOwnerRule.new('Import', '@eread'),
+ CodeOwnerRule.new('Import and Integrate', '@eread @ashrafkhamis'),
CodeOwnerRule.new('Infrastructure', '@sselhorn'),
- CodeOwnerRule.new('Integrations', '@ashrafkhamis'),
# CodeOwnerRule.new('Knowledge', ''),
# CodeOwnerRule.new('MLOps', '')
CodeOwnerRule.new('Observability', '@drcatherinepope'),