Add initial CODEOWNERS file

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-02-06 14:21:20 +01:00 committed by Achilleas Koutsou
parent 89d8aa623b
commit f299c02414

14
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,14 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence.
* @osbuild/osbuild-reviewers
# SBOM
/osbuild/util/sbom/ @thozza
# Depsolving
/osbuild/solver/ @thozza
/tools/solver*.json @thozza
/tools/**/*depsolve* @thozza
# image-info tool
/tools/**/*osbuild*image*info* @thozza