-
-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (18 loc) · 662 Bytes
/
CODEOWNERS
File metadata and controls
23 lines (18 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* @kafbat/maintainers
# BACKEND
gradle/libs.versions.toml @kafbat/backend
/build.gradle @kafbat/backend
/gradle.properties @kafbat/backend
/settings.gradle @kafbat/backend
/gradle/ @kafbat/backend
/contract/ @kafbat/backend
/contract-typespec/ @kafbat/backend
/api/ @kafbat/backend
/serde-api/ @kafbat/backend
/documentation/compose/ @kafbat/backend
# FRONTEND
/frontend/ @kafbat/frontend
# TESTS
/e2e-playwright/ @kafbat/qa
# INFRA
/.github/workflows/ @kafbat/devops