diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..712e61a1e --- /dev/null +++ b/.github/CODEOWNERS @@ -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