From 9334c245c85c72b3ca5a8ae7eff99a7098150298 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Tue, 2 Mar 2021 16:04:50 +0100 Subject: initial codeowners --- .github/CODEOWNERS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/CODEOWNERS 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 -- cgit v1.2.3-54-g00ecf