-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (26 loc) · 1.69 KB
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (26 loc) · 1.69 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
26
27
28
29
30
31
32
# Individual scopes
# Review from UI owners for changes around UI code
/openmetadata-ui/src/main/resources/ui/ @chirag-madlani @karanh37 @ShaileshParmar11
# Review from @chireg / @karan for changes around component library
/openmetadata-ui-core-components/src/main/resources/ui/ @chirag-madlani @karanh37
# Review from Backend owners for changes around Backend code
/openmetadata-service/ @open-metadata/backend
# Review from Ingestion owners for changes around Ingestion code
/ingestion @open-metadata/ingestion
/ingestion-core @open-metadata/ingestion
# Review from Devops owners for changes around workflows
/.github @akash-jain-10 @harshach @tutte @open-metadata/mergers
/docker @akash-jain-10 @harshach @tutte
# Playwright CI (workflow + scripts + config) — UI team owns reliability.
# Every filename that already carries `playwright` in it is caught by the
# `*playwright*` wildcards; scripts named after the Playwright timing
# baseline (which drives shard planning) are caught by `*timing_baseline*`.
# Keep the wildcards specific to those two names so we do not accidentally
# sweep in general-purpose CI scripts like classify_test_outcome.py that
# unrelated workflows share.
.github/workflows/*playwright* @chirag-madlani @karanh37 @ShaileshParmar11
.github/playwright/ @chirag-madlani @karanh37 @ShaileshParmar11
.github/scripts/*playwright* @chirag-madlani @karanh37 @ShaileshParmar11
.github/scripts/tests/*playwright* @chirag-madlani @karanh37 @ShaileshParmar11
.github/scripts/*timing_baseline* @chirag-madlani @karanh37 @ShaileshParmar11
.github/scripts/tests/*timing_baseline* @chirag-madlani @karanh37 @ShaileshParmar11