From 630daf23498952cedfcd1f3411058c94e131eae7 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 9 Oct 2025 16:52:19 +0200 Subject: [PATCH 1/2] chore(CODEOWNERS): add Engineering for workflows and CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f1b0b94..0874a65 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,3 +7,6 @@ # Default * @mdn/core-yari-content + +/.github/workflows/ @mdn/engineering +/.github/CODEOWNERS @mdn/core-yari-content @mdn/engineering From a026fa086f0fb33305bb67784552a4b7c8776e08 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:38:17 +0200 Subject: [PATCH 2/2] chore(CODEOWNERS): replace mdn/{core-yari-content => content-team} Co-authored-by: Brian Smith --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0874a65..4e3adb3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners # Default -* @mdn/core-yari-content +* @mdn/content-team /.github/workflows/ @mdn/engineering -/.github/CODEOWNERS @mdn/core-yari-content @mdn/engineering +/.github/CODEOWNERS @mdn/content-team @mdn/engineering