diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..362e69c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +* @ContentSquare/mobile-react-native + +# Protect .github/agents folder for GitHub Copilot agents +/.github/agents/ @ContentSquare/mobile-react-native diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index b254301..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @ContentSquare/mobile-react-native \ No newline at end of file