Skip to content

Commit

Permalink
Updated codeowners for CVAT repository (cvat-ai#5965)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanovic authored Apr 4, 2023
1 parent fe1b167 commit 8efeac8
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,23 @@
# the global owner(s) will be requested for a review.

# Component: Server
/cvat/ @nmanovic
/cvat/ @Marishka17

# Component: CVAT SDK/CLI
/cvat-sdk/ @SpecLad
/cvat/schema.yml @SpecLad
/cvat-cli/ @SpecLad

# Component: Documentation
/site/ @mdacoca
/CHANGELOG.md @mdacoca
/README.md @mdacoca

# Component: CVAT UI
/cvat-ui/ @bsekachev
/cvat-data/ @azhavoro
/cvat-canvas/ @bsekachev
/cvat-canvas3d/ @bsekachev
/cvat-core/ @bsekachev

# Component: Datumaro
Expand All @@ -27,6 +37,12 @@
# Advanced components (e.g. analytics)
/components/ @azhavoro

# Component: Tests
/tests/ @yasakova-anastasia

# Component: Serverless functions
/serverless/ @yasakova-anastasia

# Infrastructure
Dockerfile* @azhavoro
docker-compose* @azhavoro
Expand All @@ -37,4 +53,5 @@ docker-compose* @azhavoro
/tests/ @azhavoro
/utils/ @azhavoro
/LICENSE @nmanovic
/.github/ @nmanovic
/.github/ @kirill-sizov
/helm-chart/ @azhavoro

0 comments on commit 8efeac8

Please sign in to comment.