-
Notifications
You must be signed in to change notification settings - Fork 405
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (28 loc) · 1.39 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
# 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/dependabot.yaml @kyma-project/prow
/.github/package.json @kyma-project/prow
/.github/workflows @kyma-project/gopher
/.github/workflows/github-release.yaml @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
# All files and subdirectories in /docs
/docs @kyma-project/technical-writers
/installation @kyma-project/Jellyfish
# Config files for markdownlint
.markdownlint.yaml @kyma-project/technical-writers
heading_capitalization.js @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