From 38edb630045e8f9703b0d89a5db638dbf571ee4e Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 3 Sep 2025 16:36:01 +0200 Subject: [PATCH] github: add CODEOWNERS Add the all-reviewers team as code owners for automatic review assignment. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..635f0e9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence. +* @osbuild/all-reviewers