From 08322e0b2b1ca02afe6433112f5a7279adfa8f0a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 24 Nov 2024 16:12:28 -0800 Subject: [PATCH] Add CODEOWNERS --- .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..7c7fdfb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This repo contains modules that are generally shared between more than one +# project within Secure. As such, seemingly minor changes meant for one project +# can have unexpected impacts on another. +# +# For this reason there are currently a few stewards within Secure that +# have a good understanding of those impacts on their projects and coordinate +# if there is uncertainty, and they are the owners rather than a team that may +# be modified externally. + +* @jefferai @sgmiller