diff options
author | Florian Merz <me@fiji-flo.de> | 2021-03-02 16:04:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-03-02 16:04:50 +0100 |
commit | 9334c245c85c72b3ca5a8ae7eff99a7098150298 (patch) | |
tree | 0a031e348a22ab04084821bc7f4847bd71540bf4 /.github/CODEOWNERS | |
parent | dd4d0ee7043b92b2aadf45152205442efb9ded84 (diff) | |
download | translated-content-9334c245c85c72b3ca5a8ae7eff99a7098150298.tar.gz translated-content-9334c245c85c72b3ca5a8ae7eff99a7098150298.tar.bz2 translated-content-9334c245c85c72b3ca5a8ae7eff99a7098150298.zip |
initial codeowners
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 |