-
Notifications
You must be signed in to change notification settings - Fork 405
/
CODEOWNERS
Validating CODEOWNERS rules...
101 lines (80 loc) · 4.18 KB
/
CODEOWNERS
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# This file provides an overview of code owners in the `kyma` repository.
# Each line is a file pattern followed by one or more owners.
# The last matching pattern has the most precedence.
# For more details read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
# These are the default owners for the whole content of the `kyma` repository. The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
* @kyma-project/kyma-steering-committee
/.github @kyma-project/prow
/.github/workflows @kyma-project/prow @kyma-project/gopher
/.github/ISSUE_TEMPLATE @kyma-project/technical-writers
# Owners of the .kyma-project-io folder
/.kyma-project-io/ @kyma-project/Hasselhoff
# Logging library
/common/logging @kyma-project/Framefrog
/components/central-application-connectivity-validator @kyma-project/Framefrog
/components/central-application-gateway @kyma-project/Framefrog
/components/compass-runtime-agent @kyma-project/Framefrog
/components/event-publisher-proxy @kyma-project/eventing
/components/eventing-controller @kyma-project/eventing
/components/function-controller @kyma-project/Otters
/components/function-runtimes @kyma-project/Otters
# All files and subdirectories in /docs
/docs @kyma-project/technical-writers
/installation @kyma-project/Jellyfish
/installation/resources/crds/api-gateway @kyma-project/goat
/installation/resources/crds/application-connector @kyma-project/Framefrog
/installation/resources/crds/compass-runtime-agent @kyma-project/Framefrog
/installation/resources/crds/eventing @kyma-project/eventing
/installation/resources/crds/istio @kyma-project/goat
/installation/resources/crds/monitoring @kyma-project/observability
/installation/resources/crds/ory @kyma-project/goat
/installation/resources/crds/serverless @kyma-project/Otters
/installation/resources/crds/telemetry @kyma-project/observability
/resources/api-gateway @kyma-project/goat
/resources/application-connector @kyma-project/Framefrog
/resources/certificates @kyma-project/goat
/resources/cluster-essentials @kyma-project/goat
/resources/cluster-users @kyma-project/goat
/resources/compass-runtime-agent @kyma-project/Framefrog
/resources/eventing @kyma-project/eventing
/resources/istio @kyma-project/goat
/resources/istio-resources @kyma-project/goat
/resources/istio-resources/files/dashboards @kyma-project/observability
/resources/logging @kyma-project/observability
/resources/monitoring @kyma-project/observability
/resources/ory @kyma-project/goat
/resources/serverless @kyma-project/Otters
/resources/telemetry @kyma-project/observability
/resources/keda-manager @kyma-project/Otters
/resources/btp-manager @kyma-project/gopher
# Fast Integration Tests
/tests/fast-integration/test @kyma-project/observability @kyma-project/eventing @kyma-project/Otters @kyma-project/goat
/tests/fast-integration/eventing-test @kyma-project/eventing
/tests/fast-integration/image @kyma-project/eventing
/tests/fast-integration/kcp @kyma-project/gopher
/tests/fast-integration/kyma-environment-broker @kyma-project/gopher
/tests/fast-integration/skr-aws-upgrade-integration @kyma-project/gopher
/tests/fast-integration/skr-nightly @kyma-project/gopher
/tests/fast-integration/skr-test @kyma-project/gopher
/tests/fast-integration/smctl @kyma-project/gopher
/tests/fast-integration/logging @kyma-project/observability
/tests/fast-integration/monitoring @kyma-project/observability
/tests/fast-integration/telemetry-test @kyma-project/observability
/tests/fast-integration/tracing @kyma-project/observability
/tests/function-controller @kyma-project/Otters
/tests/components/api-gateway @kyma-project/goat
/tests/components/istio @kyma-project/goat
/tests/components/application-connector @kyma-project/Framefrog
# performance tests
/tests/perf @kyma-project/observability
/tests/serverless-bench @kyma-project/Otters
# The tools/gitserver directory
/tools/gitserver/ @kyma-project/Otters
# Config file for MILV - milv.config.yaml
milv.config.yaml @kyma-project/Otters @kyma-project/technical-writers
# VERSION file
VERSION @kyma-project/prow
# All .md files
*.md @kyma-project/technical-writers
# Managed Modules
/modules @pbochynski @kyma-project/Jellyfish