-
Notifications
You must be signed in to change notification settings - Fork 72
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (24 loc) · 1.24 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
# This file provides an overview of code owners in the `examples` 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 `examples` repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file.
* @pbochynski @PK85 @a-thaler
# Service binding example
/service-binding/ @rakesh-garimella @lilitgh @k15r @nachtmaar @marcobebway
# Orders service example
/orders-service/ @m00g3n @pPrecel
# In-cluster eventing using function example
/incluster_eventing/ @m00g3n @pPrecel @dbadura @kwiatekus @cortey
# Custom function runtime image example
/custom-serverless-runtime-image/ @kyma-project/otters
# Observability
/jaeger/ @kyma-project/observability
/kiali/ @kyma-project/observability
/loki/ @kyma-project/observability
/prometheus/ @kyma-project/observability
/trace-demo/ @kyma-project/observability
# Scaling functions to zero with KEDA
/scale-to-zero-with-keda @kyma-project/otters
# All .md files
*.md @kyma-project/technical-writers