From 463fdd217219fd34e01d2587e882570fc73a8f0f Mon Sep 17 00:00:00 2001 From: modrake <12264057+modrake@users.noreply.github.com> Date: Fri, 27 May 2022 14:06:42 -0700 Subject: [PATCH] add codeowners to protect release dirs (#2108) --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..85b7c48a2f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# release configuration + +/.release/ @hashicorp/release-engineering @hashicorp/github-secure-boundary +/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-secure-boundary