forked from keptn/keptn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
39 lines (29 loc) · 1.67 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
#################################################################################
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
#################################################################################
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#################################################################################
# FYI: Owners will be auto-assigned for code reviews as well
#################################################################################
# Maintainers own everything: Keptn Maintainers https://github.com/orgs/keptn/teams/maintainers/members
* @keptn/maintainers
########################################################################################################################
# Special Interests and Approvers (https://github.com/orgs/keptn/teams/approvers/members)
# Those will be automatically selected as Reviewers for a PR, if the files are touched.
########################################################################################################################
# Organization owners need a fallback for the CODEOWNERS file
CODEOWNERS @AloisReitbauer @johannes-b @jetzlstorfer @warber
# Adopters file
ADOPTERS.md @AloisReitbauer @grabnerandi @jetzlstorfer
# UI / Keptn Bridge
bridge/ @ermin-muratovic @laneli @Kirdock
# Release Notes
releasenotes/ @johannes-b @warber
# Keptn Spec subfolder (git submodule)
specification/ @johannes-b @warber
# Pipeline related things
.github/ @mowies @christian-kreuzberger-dtx
gh-actions-scripts/ @mowies @christian-kreuzberger-dtx