forked from kyma-project/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
29 lines (20 loc) · 1.27 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
# 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.
* @a-thaler @clebs @suleymanakbas91 @lilitgh
# Event bus example
/event-subscription/service/ @sslavic @abbi-gaurav @Abd4llA @marcobebway @montaro @radufa
# Event bus lambda subscription example
/event-subscription/lambda/ @joek @rakesh-garimella @sayanh @venturasr @lilitgh
# Serverless lambda subscription example
/serverless-lambda/ @joek @rakesh-garimella @sayanh @venturasr @lilitgh
# Service binding example
/service-binding/ @joek @rakesh-garimella @sayanh @venturasr @lilitgh
# All .md files
*.md @tomekpapiernik @kazydek @bszwarc @klaudiagrz
# Config file for MILV - milv.config.yaml
milv.config.yaml @akucharska @michal-hudy @pkosiec @mjasinski5 @aerfio @magicmatatjahu
# Orchestrator file
orchestrator.Jenkinsfile @suleymanakbas91 @clebs @a-thaler @lilitgh