-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (20 loc) · 1.07 KB
/
CODEOWNERS
File metadata and controls
25 lines (20 loc) · 1.07 KB
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
# This CODEOWNERS configuration is temporary and deliberately strict until we migrate the repo to open-edge-platform.
# After that moment, we will revisit the CODEOWNERS list.
# Default for anything not covered by one of the more specific rules below
* @Radwan-Ibrahim @mpryahin @jcchr @leoll2 @piotrgrubicki
# Platform components
platform/ @jcchr @piotrgrubicki @mgumowsk
# IAI components
interactive_ai/ @open-edge-platform/geti-core-backend-write
docs/rest_api/ @open-edge-platform/geti-core-backend-write
/libs/ @open-edge-platform/geti-core-backend-write
# UI components
web_ui/ @jpggvilaca @MarkRedeman @camiloHimura @pplaskie @ActiveChooN @romanowska @dwesolow
# CI and security
.github/workflows/ @open-edge-platform/geti-ci-maintain
.github/actions/ @open-edge-platform/geti-ci-maintain
.github/bandit_config.yml @open-edge-platform/geti-ci-maintain
.github/renovate.json5 @open-edge-platform/geti-ci-maintain
.github/trivy_config.yml @open-edge-platform/geti-ci-maintain
.github/trivyignore.yml @open-edge-platform/geti-ci-maintain
security.md @open-edge-platform/geti-ci-maintain