From f299c02414d66eb5bfb7ed7d2761a55e7b655359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Thu, 6 Feb 2025 14:21:20 +0100 Subject: [PATCH] Add initial CODEOWNERS file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Hozza --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..2f1fa87a --- /dev/null +++ b/.github/CODEOWNERS @@ -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