From 6671dc1884ad3e6ac5173867ce61d7a7d949bcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 27 May 2026 21:58:24 +0200 Subject: [PATCH] CODEOWNERS: use 'osbuild-reviewers' group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, the '@osbuild/all-reviewers' group was set as the CODEOWNERS for this repository. However, that group never had write access to the repository, so nobody was ever auto-assigned to any PR. The group is quite wide and used for low volume repos. The bootc-foundry repository fits more into the group of projects like images, osbuild, etc. Change the group to '@osbuild/osbuild-reviewers' group. Signed-off-by: Tomáš Hozza --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 635f0e9..372facc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence. -* @osbuild/all-reviewers +* @osbuild/osbuild-reviewers