From 8f64852023a3e2d7a8b7e8892aef659291eaedae Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:23:28 +0200 Subject: [PATCH] chore(github): add CODEOWNERS (#10) --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d7062ff --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Order is important. The last matching pattern takes precedence. 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 +/package-lock.json @mdn-bot