forked from kyma-project/third-party-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
30 lines (21 loc) · 1.04 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
# This file provides an overview of code owners in this 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 this 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/ISSUE_TEMPLATE @kyma-project/technical-writers
/.github @kyma-project/prow
/cloudsql-proxy @kyma-project/operations
# Serverless tooling
/docker-registry @kyma-project/Otters
/kaniko-executer @kyma-project/Otters
# Common tooling
/k8s-tools @kyma-project/prow
/common @kyma-project/prow
# Telemetry tooling
/fluent-bit @kyma-project/observability
/otel-collector @kyma-project/observability
/telemetry-self-monitor @kyma-project/observability
# All .md files
*.md @kyma-project/technical-writers