-
Notifications
You must be signed in to change notification settings - Fork 405
/
CODEOWNERS
Validating CODEOWNERS rules...
48 lines (31 loc) · 1.62 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
# 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
/.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
# All files and subdirectories in /docs
/docs @kyma-project/technical-writers
/installation @kyma-project/Jellyfish
/installation/resources/crds/compass-runtime-agent @kyma-project/Framefrog
/resources/compass-runtime-agent @kyma-project/Framefrog
/tests/components/application-connector @kyma-project/Framefrog
# Config file for MILV - milv.config.yaml
milv.config.yaml @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
/hack/table-gen @k15r @kyma-project/kyma-steering-committee