Add initial CODEOWNERS file

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-02-06 14:31:42 +01:00 committed by Tomáš Hozza
parent 85e4efe966
commit bdd2014c44

7
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,7 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.
* @osbuild/osbuild-reviewers
# Worker code
/internal/worker/ @thozza
/cmd/osbuild-worker/ @thozza