From a56293c8a3f5d6069dbf273c5a6ff940e4e7ff55 Mon Sep 17 00:00:00 2001 From: modrake <12264057+modrake@users.noreply.github.com> Date: Mon, 6 Jun 2022 08:57:15 -0700 Subject: [PATCH] add codeowners to protect release dirs (#13261) * add codeowners to protect release dirs --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 839a65192f..31495d0649 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,6 @@ /website/content/api-docs/ @hashicorp/consul-docs +# release configuration +/.release/ @hashicorp/release-engineering @hashicorp/github-consul-core +/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-consul-core