From f1646b822d1852081ceb185d70669a3565626016 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:43:36 +0200 Subject: [PATCH] ci(CODEOWNERS): add Engineering for workflows and CODEOWNERS (#604) --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..95e4f19 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------------- +# CODEOWNERS +# ---------------------------------------------------------------------------- +# Order is important. The last matching pattern takes precedence. +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# ---------------------------------------------------------------------------- + +/.github/workflows/ @mdn/engineering +/.github/CODEOWNERS @mdn/engineering