mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add infrastructure directories to codeowners (#12869)
This commit is contained in:
parent
11a78e27db
commit
000fcf5d0b
2 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
5
website/config/custom.js
vendored
5
website/config/custom.js
vendored
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue