forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (19 loc) · 1.45 KB
/
CODEOWNERS
File metadata and controls
26 lines (19 loc) · 1.45 KB
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
# 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 @neighbors-dev-bot
/docs @kyma-project/neighbors @kyma-project/technical-writers
/prow @kyma-project/neighbors @neighbors-dev-bot
/prow/cluster @kyma-project/neighbors @neighbors-dev-bot
/prow/images @kyma-project/neighbors @neighbors-dev-bot
/prow/jobs @kyma-project/neighbors @neighbors-dev-bot
/prow/scripts @kyma-project/neighbors @neighbors-dev-bot
# 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 @neighbors-dev-bot