diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e5690c5..8427592f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,11 @@ -# This file is used to request PR reviews. +# ---------------------------------------------------------------------------- +# 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/content-team @mdn/engineering