From: Giorgio Ravera <47370115+xraver@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:04:32 +0000 (+0100) Subject: Add CODEOWNERS file for repository ownership X-Git-Tag: v0.0.1~7 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f055ff341fc8001ec95f592e707b277f6e017128;p=network-manager.git Add CODEOWNERS file for repository ownership --- diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..1adda1c --- /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