diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3dd1a6ab --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Docker related files are not maintained by the core Hydrogen team +/.dockerignore @hughns @sandhose +/Dockerfile @hughns @sandhose +/Dockerfile-dev @hughns @sandhose +/.github/workflows/docker-publish.yml @hughns @sandhose +/docker/ @hughns @sandhose +/doc/docker.md @hughns @sandhose