From 7e085a8904f8185e7da6d950dca7e5534b8cf3e2 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 26 Nov 2024 09:35:06 -0800 Subject: [PATCH] Add CODEOWNERS --- .github/CODEOWNERS | 10 ++++++++++ CODEOWNERS | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..240a2722 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This repo contains modules that are used by many different projects within +# HashiCorp. 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 @jimlambrt diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 520235e1..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -** @hashicorp/vault-crypto @hashicorp/boundary @jefferai -