diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-03 10:34:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 10:34:02 +0100 |
commit | e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4 (patch) | |
tree | 0a031e348a22ab04084821bc7f4847bd71540bf4 | |
parent | dd4d0ee7043b92b2aadf45152205442efb9ded84 (diff) | |
parent | 9334c245c85c72b3ca5a8ae7eff99a7098150298 (diff) | |
download | translated-content-e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4.tar.gz translated-content-e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4.tar.bz2 translated-content-e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4.zip |
Merge pull request #81 from fiji-flo/owners
initial 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 |