generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 18
/
OWNERS
23 lines (23 loc) · 908 Bytes
/
OWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The OWNERS file is the Prow feature that allows you to create an ownership structure across the entire repository.
# This file consists of the list of `approvers` and `reviewers` and `labels`.
#
# The basic structure of this file is as follows:
# reviewers:
# - githubUser1
# - githubUser2
# - githubUserN
# approvers:
# - githubUser1
# - githubUser2
# - girhubUserN
# labels: # optional
# - label1
# - label2
# Having the same set of reviewers and approvers is considered a bad practice and should be avoided!
#
#
# You can use multiple OWNERS files across the entire repository to diversify the ownership of specific directories between multiple people.
#
# For more information, refer to the official Kubernetes documentation.
# https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md
# https://github.com/kubernetes/test-infra/blob/master/prow/ANNOUNCEMENTS.md