From: Giorgio Ravera <47370115+xraver@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:04:57 +0000 (+0100) Subject: Add CODEOWNERS file for repository management (#1) X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=3181af57ee9b987984b242ab1dfca42f771fb624;p=homeassistant.git Add CODEOWNERS file for repository management (#1) Define CODEOWNERS for repository ownership and approval. --- diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..1adda1c5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# Global owner: Every change in the repository requires your approval +* @xraver + +# Core logic: Specific protection for the network manager core files +/src/ @xraver + +# Security & CI/CD: Only you can approve changes to workflows and security settings +/.github/workflows/ @xraver +/security/ @xraver + +# Configuration files +*.json @xraver +*.yaml @xraver +*.yml @xraver