fleet/CODEOWNERS
Line: 3: incorrect codeowner organization: fleetdm/go Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: fleetdm/go Line: 4: no users/groups matched Line: 5: incorrect codeowner organization: fleetdm/go Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: fleetdm/go Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: fleetdm/go Line: 7: no users/groups matched Line: 10: incorrect codeowner organization: fleetdm/frontend Line: 10: no users/groups matched Line: 13: incorrect codeowner user: edwardsb Line: 13: incorrect codeowner user: zwinnerman-fleetdm Line: 13: incorrect codeowner user: rfairburn Line: 13: no users/groups matched Line: 14: incorrect codeowner user: zwinnerman-fleetdm Line: 14: incorrect codeowner user: edwardsb Line: 14: incorrect codeowner user: rfairburn Line: 14: no users/groups matched Line: 15: incorrect codeowner user: zwinnerman-fleetdm Line: 15: incorrect codeowner user: edwardsb Line: 15: incorrect codeowner user: rfairburn Line: 15: no users/groups matched Line: 18: incorrect codeowner user: mikermcneil Line: 18: no users/groups matched Line: 21: incorrect codeowner user: mikermcneil Line: 21: no users/groups matched Line: 24: incorrect codeowner user: noahtalerman Line: 24: no users/groups matched Line: 27: incorrect codeowner user: ksatter Line: 27: no users/groups matched Line: 30: incorrect codeowner user: ksatter Line: 30: incorrect codeowner user: lukeheath Line: 30: no users/groups matched Line: 31: incorrect codeowner user: ksatter Line: 31: incorrect codeowner user: lukeheath Line: 31: no users/groups matched Line: 34: incorrect codeowner user: zwass Line: 34: no users/groups matched Line: 37: incorrect codeowner user: sharon-fdm Line: 37: no users/groups matched Line: 40: incorrect codeowner user: jarodreyes Line: 40: no users/groups matched Line: 43: incorrect codeowner user: eashaw Line: 43: no users/groups matched Line: 44: incorrect codeowner user: eashaw Line: 44: no users/groups matched Line: 45: incorrect codeowner user: eashaw Line: 45: no users/groups matched Line: 51: incorrect codeowner user: mikermcneil Line: 51: no users/groups matched Line: 54: incorrect codeowner user: eashaw Line: 54: incorrect codeowner user: jarodreyes Line: 54: no users/groups matched Line: 57: incorrect codeowner user: mikermcneil Line: 57: incorrect codeowner user: eashaw Line: 57: no users/groups matched Line: 58: incorrect codeowner user: mikermcneil Line: 58: incorrect codeowner user: eashaw Line: 58: no users/groups matched Line: 59: incorrect codeowner user: mikermcneil Line: 59: incorrect codeowner user: eashaw Line: 59: no users/groups matched Line: 60: incorrect codeowner user: mikermcneil Line: 60: incorrect codeowner user: eashaw Line: 60: no users/groups matched Line: 63: incorrect codeowner user: jarodreyes Line: 63: incorrect codeowner user: mikermcneil Line: 63: no users/groups matched Line: 66: incorrect codeowner user: jarodreyes Line: 66: no users/groups matched Line: 69: incorrect codeowner user: mikermcneil Line: 69: no users/groups matched Line: 70: incorrect codeowner user: mikermcneil Line: 70: no users/groups matched Line: 71: incorrect codeowner user: hollidayn Line: 71: no users/groups matched Line: 72: incorrect codeowner user: charlottechance Line: 72: no users/groups matched Line: 73: incorrect codeowner user: hollidayn Line: 73: no users/groups matched Line: 74: incorrect codeowner user: mikermcneil Line: 74: no users/groups matched Line: 75: incorrect codeowner user: zwass Line: 75: no users/groups matched Line: 76: incorrect codeowner user: zhumo Line: 76: no users/groups matched Line: 77: incorrect codeowner user: alexmitchelliii Line: 77: no users/groups matched Line: 78: incorrect codeowner user: jarodreyes Line: 78: no users/groups matched Line: 79: incorrect codeowner user: eashaw Line: 79: no users/groups matched

86 lines
2.4 KiB
Plaintext

# Go engineers are automatically added as reviewers when changes are made to go
# files or related backend files.
*.go @fleetdm/go
go.sum @fleetdm/go
go.mod @fleetdm/go
/server/ @fleetdm/go
/cmd/ @fleetdm/go
# React engineers are automatically added as reviewers when changes are made to react files
/frontend/ @fleetdm/frontend
# Infra/terraform
*.tf @edwardsb @zwinnerman-fleetdm @rfairburn
/infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn
/charts/ @zwinnerman-fleetdm @edwardsb @rfairburn
# GitHub issue templates
/.github/ISSUE_TEMPLATE @mikermcneil
# Codeowners file
/CODEOWNERS @mikermcneil
# Changelog
/CHANGELOG.md @noahtalerman
# Fleet documentation (who is auto-requested as reviewer for changes to docs?)
/docs/ @ksatter
# REST API reference documentation
/docs/Using-Fleet/REST-API.md @ksatter @lukeheath
/docs/Contributing/API-for-contributors.md @ksatter @lukeheath
# Standard query library YAML
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @zwass
# Exapnded table documentation
/schema @sharon-fdm
# Articles
/articles @jarodreyes
# Website
/website/ @eashaw
/website/views/ @eashaw
/website/assets/ @eashaw
# Features table
# - CEO is DRI for pricing
# - Mo is DRI for features table
# - Eric is DRI for website frontend code
/website/views/pages/pricing.ejs @mikermcneil
# Website redirects and URLs
/website/config/routes.js @eashaw @jarodreyes
# Website backend, scripts, deps
/website/api/ @mikermcneil @eashaw
/website/config/ @mikermcneil @eashaw
/website/scripts/ @mikermcneil @eashaw
/website/package.json @mikermcneil @eashaw
# GitHub brandfront
/README.md @jarodreyes @mikermcneil
# NPM brandfront (npmjs.com/package/fleetctl)
/tools/fleetctl-npm/README.md @jarodreyes
# Handbook
/handbook/company @mikermcneil
/handbook/company/* @mikermcneil
/handbook/business-operations @hollidayn
/handbook/business-operations/ceo-handbook.md @charlottechance
/handbook/business-operations/* @hollidayn
/handbook/security @mikermcneil
/handbook/engineering @zwass
/handbook/product @zhumo
/handbook/customers @alexmitchelliii
/handbook/marketing @jarodreyes
/handbook/README.md @eashaw
#
# For configuration that determines auto-approval + auto-unfreezing, so that contributors
# can merge their own PRs without additional approval, please see the latest version of:
# https://github.com/fleetdm/fleet/blob/74f65447b718663bd04df31ea1da28915d98792c/website/config/custom.js#L88-L128
#