-
Notifications
You must be signed in to change notification settings - Fork 464
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (19 loc) · 923 Bytes
/
CODEOWNERS
File metadata and controls
27 lines (19 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# See help here: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Default owners for any file not covered by other rules
* @samet-akcay @leoll2 @Radwan-Ibrahim
# CI and security
.github/workflows/ @open-edge-platform/geti-ci-maintain
.github/renovate.json5 @open-edge-platform/geti-ci-maintain
security.md @open-edge-platform/geti-ci-maintain
# Library (OTX)
library/ @open-edge-platform/training_extensions-lib-write
# Application backend
application/backend/ @open-edge-platform/training_extensions-backend-write
# Application frontend
application/ui/ @open-edge-platform/training_extensions-ui-write
# Application build and deployment
application/docker/ @open-edge-platform/training_extensions-backend-write
# Application documentation
application/docs/ @leoll2 @jpggvilaca
# Model manifests
application/backend/app/supported_models/manifests/ @leoll2 @kprokofi