-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (14 loc) · 1.14 KB
/
CODEOWNERS
File metadata and controls
21 lines (14 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.
# IMPORTANT: Each path must have @neighbors-dev-bot @kyma-project/neighbors added to let automation work. Having bot added as owner explicitly while it's not a kyma-project/prow group member does not interfere with the request review automation.
* @kyma-project/neighbors
/docs @kyma-project/neighbors @kyma-project/technical-writers
# All .md files
*.md @kyma-project/technical-writers
# File index.md must be owned by prow group in case it will get changes in a pull request which is not allowed to be approved by approval bot.
# In such case a human approver from prow group must approve the pull request.
/docs/index.md @kyma-project/neighbors