From fba50aabb485a141cd478d584cb77d93ef42d228 Mon Sep 17 00:00:00 2001 From: Marcus Burghardt Date: Wed, 13 May 2026 11:33:47 +0200 Subject: [PATCH] chore: update CODEOWNERS after splitting the repositories Also connected with changes in: - https://github.com/complytime/.github/pull/97 Signed-off-by: Marcus Burghardt --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f4ae5ae5..5de6b6d30 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,14 +2,3 @@ # Unless a later match takes precedence, the team will be requested for review # when someone opens a pull request. * @complytime/complytime-dev - -# Order is important; the last matching pattern takes the most precedence. -# Team complytime-approvers will be requested to approve when someone opens -# a pull request for any change inside `/cmd/complytime` directory -/cmd/complyctl/ @complytime/complytime-approvers - -# Team openscap-plugin-approvers will be requested to approve when someone -# opens a pull request for any change inside `/cmd/openscap-plugin` directory. -# However, complytime-approvers can also satisfy this requirement in absence of -# enough approvers from openscap-plugin-approvers -/cmd/openscap-plugin/ @complytime/openscap-plugin-approvers @complytime/complytime-approvers