From 0235280bd0e5ef875d45e2be8cbfdbd7d908f9a0 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 21 Nov 2022 14:30:02 -0500 Subject: [PATCH] ensure engineering has merge authority on build pipeline (#15350) Adds @hashicorp/nomad-eng to the codeowners list for the build and release workflow files, so that we can fix problems that arise without being bottlenecked on another team. --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 93a12a610..b86381c01 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # release configuration -/.release/ @hashicorp/release-engineering @hashicorp/github-nomad-core -/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-nomad-core +/.release/ @hashicorp/release-engineering @hashicorp/github-nomad-core @hashicorp/nomad-eng +/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-nomad-core @hashicorp/nomad-eng