From 380369a1f25135a605b6c9c88dbf366d8393c1f3 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 12 Aug 2026 19:46:24 +0200 Subject: [PATCH] chore: sync maintainer metadata with the organisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two drifts between this repository's metadata and the organisation it describes. CODEOWNERS named @gecube and @nbykov0, who are no longer maintainers, and omitted @IvanHunters, @lexfrei and @myasnikovdaniil, who are. A CODEOWNERS entry is only honoured for principals with write access, and this repository had no team attached, so most of the handles resolved to the organisation's base read permission and were silently ignored — the file looked like ownership while providing none. The maintainers team has since been granted push access, so the list now actually routes. maintainers.yaml declared the team as project-maintainers. No such team exists; the organisation's team is maintainers, and this file exists to mirror the roster for drift detection, so it has to name the team that is really there. Assisted-By: Claude Signed-off-by: Andrei Kvapil --- CODEOWNERS | 11 ++++++++--- maintainers.yaml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 21f36f7..05efae0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,8 @@ -# CODEOWNERS for .project metadata repository -# Changes to project metadata require maintainer review. -* @gecube @kingdonb @kvaps @lllamnyp @matthieu-robin @mattia-eleuteri @nbykov0 @tym83 +# Owners of this repository's CNCF project metadata. +# +# Mirrors the maintainer roster in maintainers.yaml, which in turn mirrors +# MAINTAINERS.md in cozystack/cozystack. Keep the three in sync: a handle +# listed here without write access on this repository is silently ignored by +# GitHub, so a stale entry looks like ownership without providing any. + +* @IvanHunters @kingdonb @kvaps @lexfrei @lllamnyp @matthieu-robin @mattia-eleuteri @myasnikovdaniil @tym83 diff --git a/maintainers.yaml b/maintainers.yaml index 06a7c47..76fba4d 100644 --- a/maintainers.yaml +++ b/maintainers.yaml @@ -8,7 +8,7 @@ maintainers: - project_id: "cozystack" org: "cozystack" teams: - - name: "project-maintainers" + - name: "maintainers" members: - IvanHunters - kingdonb