From 840faa24d79924b536763318eaf2842179894d0a Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 21 Sep 2026 19:32:45 -0700 Subject: [PATCH] chore: [CODEOWNERS] use gh teams instead of usernames Instead of listing every GitHub username as an authorised code owner, we use a GitHub team instead. This has two advantages: - No need to update CODEOWNERS when members are added or removed - It keeps the added reviewer list to PRs small Signed-off-by: Tariq Ibrahim --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3126a6a673..6b70f798ef 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # General approvers for the gpu-operator codebase -* @cdesiniotis @karthikvetrivel @rahulait @rajathagasthya @shivamerla @tariq1890 +* @NVIDIA/gpu-operator-dev