From 4c702d3932655b3ed8a92562274a2776672ae824 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Thu, 17 Jul 2025 05:28:03 +0000 Subject: [PATCH] chore: add codeowners file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..0e369c22f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# For code owners docs, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Global owners + +* @mautic/education-team-leaders \ No newline at end of file