]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Add CODEOWNERS file for repository management (#1)
authorGiorgio Ravera <47370115+xraver@users.noreply.github.com>
Mon, 26 Jan 2026 19:04:57 +0000 (20:04 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 19:04:57 +0000 (20:04 +0100)
Define CODEOWNERS for repository ownership and approval.

CODEOWNERS [new file with mode: 0644]

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644 (file)
index 0000000..1adda1c
--- /dev/null
@@ -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