-
Notifications
You must be signed in to change notification settings - Fork 180
/
CODEOWNERS
Validating CODEOWNERS rules...
40 lines (27 loc) · 1.96 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
# 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/prow 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/prow @neighbors-dev-bot
# The following pattern has no owners assigned, effectively excluding it from requiring reviews by codeowners.
/vpath/pjtester.yaml
/docs @kyma-project/prow @mmitoraj @grego952 @NHingerl @IwonaLanger @nataliasitko @neighbors-dev-bot
/prow @kyma-project/prow @neighbors-dev-bot
/prow/cluster @kyma-project/prow @neighbors-dev-bot
/prow/images @kyma-project/prow @neighbors-dev-bot
/prow/jobs @kyma-project/prow @neighbors-dev-bot
/prow/jobs/api-gateway/ @kyma-project/goat @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-project/istio/ @kyma-project/goat @neighbors-dev-bot @kyma-project/prow
/prow/scripts @kyma-project/prow @neighbors-dev-bot
/templates @kyma-project/prow @neighbors-dev-bot
/templates/templates @kyma-project/prow @neighbors-dev-bot
templates/data/
# All .md files
*.md @mmitoraj @NHingerl @grego952 @IwonaLanger @nataliasitko @neighbors-dev-bot
# 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/prow @neighbors-dev-bot
/docs/security/imagemitigation.json @TorstenD-SAP