From 92711d951dc5f929110b8f8df988e04a9cc05022 Mon Sep 17 00:00:00 2001 From: Vincent Dubois <47795259+vincentduboisdlc@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:36:09 +0100 Subject: [PATCH] chore: add CODEOWNERS entry for .github/agents folder --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 27aa4c5..e669c02 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,12 @@ # CODEOWNERS documentation : https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners # add here at least the following to control the approval process of new changes to the repo -# * @Contentsquare/ +* @Contentsquare/ios # add lower granularity approval requirements here if there's a need for other stakeholders to approve changes to specific files # helmfile.yaml should be the same on every repo and is centrally managed by PF team helmfile.yaml @ContentSquare/devx + +# Protect .github/agents folder for GitHub Copilot agents +/.github/agents/ @Contentsquare/ios