forked from cloudnative-pg/cloudnative-pg
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (14 loc) · 744 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (14 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The CODEOWNERS file is used to define individuals or teams that are
# responsible for code in a repository. For details, please refer to
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
* @cloudnative-pg/maintainers
# Component owners
# See https://github.com/cloudnative-pg/governance/blob/main/COMPONENT-OWNERS.md#cloudnative-pg
# OLM
/config/olm-*/ @cloudnative-pg/maintainers @NiccoloFei
# Documentation
/docs/ @cloudnative-pg/maintainers @jsilvela
# Tests
/.github/ @cloudnative-pg/maintainers @jsilvela @NiccoloFei @litaocdl
/hack/ @cloudnative-pg/maintainers @jsilvela @NiccoloFei @litaocdl
/tests/ @cloudnative-pg/maintainers @jsilvela @NiccoloFei @litaocdl