Skip to content

Commit e7db266

Browse files
committed
doc: introduce CODEOWNERS
Using this file, we can automatically assign people to review certain parts of our code. For now, we'll add the container related things. This will also be used to let Renovate know who should be assigned to PRs regarding containers.
1 parent e765410 commit e7db266

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Any container related stuff should be assigned to / reviewed by Oliver and/or Phil
3+
modules/container-configbaker/** @poikilotherm @pdurbin
4+
modules/container-base/** @poikilotherm @pdurbin
5+
src/main/docker/** @poikilotherm @pdurbin
6+
docker-compose-dev.yml @poikilotherm @pdurbin
7+
.github/workflows/scripts/containers** @poikilotherm @pdurbin
8+
.github/workflows/container_* @poikilotherm @pdurbin

0 commit comments

Comments
 (0)