Create codeowners file
This commit is contained in:
parent
6eb6bb1d7e
commit
75333ea636
1 changed files with 18 additions and 0 deletions
18
.github/CODEOWNERS
vendored
Normal file
18
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
* @Haarolean
|
||||||
|
|
||||||
|
|
||||||
|
# BACKEND
|
||||||
|
pom.xml @provectus/kafka-backend
|
||||||
|
|
||||||
|
kafka-ui-contract/* @provectus/kafka-backend
|
||||||
|
|
||||||
|
kafka-ui-api/* @provectus/kafka-backend
|
||||||
|
|
||||||
|
# FRONTEND
|
||||||
|
kafka-ui-react-app/* @provectus/kafka-frontend
|
||||||
|
|
||||||
|
# TESTS
|
||||||
|
kafka-ui-e2e-checks/* @provectus/kafka-qa
|
||||||
|
|
||||||
|
# HELM CHARTS
|
||||||
|
charts/* @provectus/kafka-devops
|
Loading…
Add table
Reference in a new issue