Skip to content

Commit 4c75dcf

Browse files
authored
chore: add OWNERS files (#351)
The OWNERS files are very simple and need to only be placed in the right locations. Actual membership is managed through OWNERS_ALIASES. Currently this reflects the github groups `observability-operator-contributors` `observability-operator-maintainers`. The current setup allows reviews and approvals by contributors to code, but requires maintainer review for changes to build artifacts. Signed-off-by: Jan Fajerski <[email protected]>
1 parent 39ebd6c commit 4c75dcf

File tree

7 files changed

+44
-0
lines changed

7 files changed

+44
-0
lines changed

OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- maintainers
3+
reviewers:
4+
- maintainers

OWNERS_ALIASES

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
aliases:
2+
contributors:
3+
- jan--f
4+
- tremes
5+
- danielmellado
6+
- simonpasquier
7+
- sthaha
8+
- slashpai
9+
- JoaoBraveCoding
10+
- thibaultmg
11+
- machine424
12+
- rexagod
13+
- lihongyan1
14+
- marioferh
15+
maintainers:
16+
- jan--f
17+
- danielmellado
18+
- simonpasquier
19+
- sthaha
20+
- slashpai

cmd/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- contributors
3+
reviewers:
4+
- contributors

docs/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- contributors
3+
reviewers:
4+
- contributors

jsonnet/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- contributors
3+
reviewers:
4+
- contributors

pkg/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- contributors
3+
reviewers:
4+
- contributors

test/OWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
approvers:
2+
- contributors
3+
reviewers:
4+
- contributors

0 commit comments

Comments
 (0)