From 6d4878a4e8ccce77f56b2457d19621f8257ef768 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:20:37 +0200 Subject: [PATCH] chore(github): add CODEOWNERS (#9873) --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..25e67f46ce1f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,17 @@ +# ---------------------------------------------------------------------------- +# MDN Yari CODEOWNERS +# ---------------------------------------------------------------------------- +# Order is important. The last matching pattern takes precedence. +# For more detailed information, see: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# DEFAULT OWNERS +# ---------------------------------------------------------------------------- +* @mdn/core-dev + +# These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account. +# If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic. +/package.json @mdn-bot +/yarn.lock @mdn-bot