diff options
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d176ca1e76 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,28 @@ +# ---------------------------------------------------------------------------- +# MDN Content CODEOWNERS +# ---------------------------------------------------------------------------- +# Order is important. The last matching pattern takes precedence. For more +# detailed information, see: +# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# DEFAULT OWNERS +# ---------------------------------------------------------------------------- +* @mdn/core-yari-dev + +# ---------------------------------------------------------------------------- +# DEFAULT CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/ @mdn/core-yari-content + +# ---------------------------------------------------------------------------- +# CONTROL FILES OWNER(S) +# ---------------------------------------------------------------------------- +# These should be the last matches in this file, since any pull request that +# tries to change any one or more of these files should be escalated to the +# owners specified here. +# ---------------------------------------------------------------------------- +/.github/ @mdn/core-yari-dev +/* @mdn/core-yari-dev +/*.md @mdn/core-yari-dev @mdn/core-yari-content |