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.
This commit is contained in:
Tim Gross
2022-11-21 14:30:02 -05:00
committed by GitHub
parent ba81ae18e1
commit 0235280bd0

View File

@@ -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