diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-11 00:08:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-11 00:08:18 +0000 |
commit | 97e5e0cbd59dbbb560f567798d191ea0664b179a (patch) | |
tree | c2648ae463634c911a1b7d42b30217652a26a167 /lib | |
parent | 256c5ea115fccfa52f1eb4cac8bf9530eecc1751 (diff) | |
download | gitlab-ce-97e5e0cbd59dbbb560f567798d191ea0664b179a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/gitlab/tw/codeowners.rake | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/lib/tasks/gitlab/tw/codeowners.rake b/lib/tasks/gitlab/tw/codeowners.rake index f3b409da135..c949941f6ba 100644 --- a/lib/tasks/gitlab/tw/codeowners.rake +++ b/lib/tasks/gitlab/tw/codeowners.rake @@ -19,10 +19,13 @@ namespace :tw do end CODE_OWNER_RULES = [ - CodeOwnerRule.new('Activation', '@phillipwells'), - CodeOwnerRule.new('Acquisition', '@phillipwells'), + # CodeOwnerRule.new('Activation', ''), + # CodeOwnerRule.new('Acquisition', ''), + # CodeOwnerRule.new('AI Assisted', ''), CodeOwnerRule.new('Anti-Abuse', '@phillipwells'), + CodeOwnerRule.new('Application Performance', '@jglassman1'), CodeOwnerRule.new('Authentication and Authorization', '@jglassman1'), + # CodeOwnerRule.new('Billing and Subscription Management', ''), CodeOwnerRule.new('Code Review', '@aqualls'), CodeOwnerRule.new('Compliance', '@eread'), CodeOwnerRule.new('Composition Analysis', '@rdickenson'), @@ -30,6 +33,8 @@ namespace :tw do CodeOwnerRule.new('Container Registry', '@marcel.amirault'), CodeOwnerRule.new('Contributor Experience', '@eread'), CodeOwnerRule.new('Database', '@aqualls'), + # CodeOwnerRule.new('DataOps', ''), + # CodeOwnerRule.new('Delivery', ''), CodeOwnerRule.new('Development', '@sselhorn'), CodeOwnerRule.new('Distribution', '@axil'), CodeOwnerRule.new('Distribution (Charts)', '@axil'), @@ -38,18 +43,20 @@ namespace :tw do CodeOwnerRule.new('Dynamic Analysis', '@rdickenson'), CodeOwnerRule.new('Editor', '@ashrafkhamis'), CodeOwnerRule.new('Foundations', '@rdickenson'), + # CodeOwnerRule.new('Fulfillment Platform', ''), CodeOwnerRule.new('Fuzz Testing', '@rdickenson'), CodeOwnerRule.new('Geo', '@axil'), CodeOwnerRule.new('Gitaly', '@eread'), - CodeOwnerRule.new('GitLab Dedicated', '@axil'), + CodeOwnerRule.new('GitLab Dedicated', '@drcatherinepope'), CodeOwnerRule.new('Global Search', '@ashrafkhamis'), CodeOwnerRule.new('Import', '@eread'), CodeOwnerRule.new('Infrastructure', '@sselhorn'), CodeOwnerRule.new('Integrations', '@ashrafkhamis'), - CodeOwnerRule.new('Knowledge', '@aqualls'), - CodeOwnerRule.new('Application Performance', '@jglassman1'), + # CodeOwnerRule.new('Knowledge', ''), + # CodeOwnerRule.new('MLOps', '') CodeOwnerRule.new('Observability', '@drcatherinepope'), CodeOwnerRule.new('Optimize', '@lciutacu'), + CodeOwnerRule.new('Organization', '@lciutacu'), CodeOwnerRule.new('Package Registry', '@marcel.amirault'), CodeOwnerRule.new('Pipeline Authoring', '@marcel.amirault'), CodeOwnerRule.new('Pipeline Execution', '@drcatherinepope'), @@ -72,9 +79,9 @@ namespace :tw do CodeOwnerRule.new('Testing', '@eread'), CodeOwnerRule.new('Threat Insights', '@rdickenson'), CodeOwnerRule.new('Tutorials', '@kpaizee'), - CodeOwnerRule.new('Utilization', '@fneill'), - CodeOwnerRule.new('Vulnerability Research', '@dianalogan'), - CodeOwnerRule.new('Organization', '@lciutacu') + # CodeOwnerRule.new('US Public Sector Services', ''), + CodeOwnerRule.new('Utilization', '@fneill') + # CodeOwnerRule.new('Vulnerability Research', '') ].freeze ERRORS_EXCLUDED_FILES = [ |