diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5c6b0f9..caf74c7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,11 @@ -# This file is used to request PR reviews from the appropriate team. +# ---------------------------------------------------------------------------- +# 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 +# ---------------------------------------------------------------------------- -# Default -* @mdn/core-yari-content +* @mdn/content-team + +/.github/workflows/ @mdn/engineering +/.github/CODEOWNERS @mdn/engineering @mdn/content-team