Skip to content

Commit

Permalink
Simplified codeowners file (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanovic authored Apr 7, 2020
1 parent e659fef commit 7ece212
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
# the global owner(s) will be requested for a review.

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

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

# Component: Datumaro
/datumaro/ @zhiltsov-max @nmanovic
/cvat/apps/dataset_manager/ @zhiltsov-max @nmanovic
/datumaro/ @zhiltsov-max
/cvat/apps/dataset_manager/ @zhiltsov-max

# Advanced components (e.g. OpenVINO)
/components/ @azhavoro
Expand All @@ -35,6 +35,5 @@ docker-compose* @azhavoro
/cvat_proxy/ @azhavoro
/tests/ @azhavoro
/utils/ @azhavoro
/*.md @nmanovic
/LICENSE @nmanovic
/.github/ @nmanovic
/.github/ @nmanovic

0 comments on commit 7ece212

Please sign in to comment.