Add initial CODEOWNERS file
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
89d8aa623b
commit
f299c02414
1 changed files with 14 additions and 0 deletions
14
.github/CODEOWNERS
vendored
Normal file
14
.github/CODEOWNERS
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue