forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (26 loc) · 1.42 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
# 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/wg-prow
# The `/prow/scripts/` directory
/prow/scripts/ @kyma-project/developers
# The `/prow/images/` directory
/prow/images/ @kyma-project/developers
# The `/prow/jobs/` directory
/prow/jobs/ @kyma-project/developers
# The `/prow/jobs/test-infra/` directory
/prow/jobs/test-infra/ @kyma-project/wg-prow
# The `/development/tools/jobs/` directory
/development/tools/jobs/ @kyma-project/developers
# The `/development/tools/jobs/testinfra/` directory
/development/tools/jobs/testinfra/ @kyma-project/wg-prow
# Stability checker
/stability-checker/ @aszecowka @PK85 @mszostok @piotrmiskiewicz @polskikiel @jasiu001 @adamwalach
# The watch-pods directory
/watch-pods/ @suleymanakbas91 @clebs @a-thaler @lilitgh
# The changelog-generator directory
/changelog-generator/ @akucharska @michal-hudy @pkosiec @aerfio @tgorgol @magicmatatjahu
# All .md files
*.md @kazydek @klaudiagrz @tomekpapiernik @bszwarc @mmitoraj