From 60a67ac1ef75b1318272bb049b3b90f5d302118a Mon Sep 17 00:00:00 2001 From: Jiri Appl Date: Tue, 2 Jun 2026 09:14:22 -0700 Subject: [PATCH] Move CODEOWNERS to .github/ and fix team reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move CODEOWNERS from repo root to .github/CODEOWNERS (GitHub recommended location) - Fix invalid team reference: @microsoft/teams/azure-container-linux → @microsoft/azure-container-linux Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CODEOWNERS => .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CODEOWNERS => .github/CODEOWNERS (84%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 84% rename from CODEOWNERS rename to .github/CODEOWNERS index 71cca73697d..6f537d088d4 100644 --- a/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # This file defines who is responsible for code review # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @microsoft/teams/azure-container-linux +* @microsoft/azure-container-linux