Add infrastructure directories to codeowners (#12869)

This commit is contained in:
Luke Heath 2023-07-20 15:14:01 -07:00 committed by GitHub
parent 11a78e27db
commit 000fcf5d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View file

@ -42,6 +42,15 @@ go.mod @fleetdm/go
##############################################################################################
/frontend/ @fleetdm/frontend
##############################################################################################
# Config as code for infrastructure, internal security and IT use cases, and more.
# (1 or more infra-literate engineers is required to review changes.)
# FUTURE: Look for a way to not have this notify every single person in this "github team".
##############################################################################################
/infrastructure/ @fleetdm/infra
/charts/ @fleetdm/infra
/terraform/ @fleetdm/infra
##############################################################################################
# Key handbook pages w/ required reviewers
#

View file

@ -144,11 +144,6 @@ module.exports.custom = {
'README.md': 'mikermcneil',// « GitHub brandfront
'tools/fleetctl-npm/README.md': 'mikermcneil',// « NPM brandfront (npmjs.com/package/fleetctl)
// Config as code for infrastructure, internal security and IT use cases, and more.
'infrastructure': 'lukeheath',//« infrastructure and related terraform configuration files
'charts': 'lukeheath',
'terraform': 'lukeheath',
// Repo automation and change control settings
'CODEOWNERS': 'mikermcneil',