From 0609351da70273c16df84b178a41a82527eeb565 Mon Sep 17 00:00:00 2001 From: Ian Krieger <48930920+IanKrieger@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:11:17 -0500 Subject: [PATCH] chore: add codeowners (#20) * chore: add codeowners * fix: one codeowner is fine --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..f7b24b0f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# the last match is the one that takes preference, so more general rules need to come first +# +# Note: this file primarily exists to ensure that PR's are tagged to review to a sensible audience, we +# deliberately allow review by any approved committer, not just the code owner. + +# to reduce renovate spam: just send these to the core team +/.github/workflows @IanKrieger + +.node-version @IanKrieger + +package*.json @IanKrieger + +