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 user: sharon-fdm Line: 10: incorrect codeowner user: artemist-work Line: 10: incorrect codeowner user: lucasmrod Line: 10: incorrect codeowner user: marcosd4h Line: 10: no users/groups matched Line: 13: incorrect codeowner organization: fleetdm/frontend Line: 13: no users/groups matched Line: 16: incorrect codeowner user: edwardsb Line: 16: incorrect codeowner user: zwinnerman-fleetdm Line: 16: incorrect codeowner user: rfairburn Line: 16: no users/groups matched Line: 17: incorrect codeowner user: zwinnerman-fleetdm Line: 17: incorrect codeowner user: edwardsb Line: 17: incorrect codeowner user: rfairburn Line: 17: no users/groups matched Line: 18: incorrect codeowner user: zwinnerman-fleetdm Line: 18: incorrect codeowner user: edwardsb Line: 18: incorrect codeowner user: rfairburn Line: 18: no users/groups matched Line: 21: incorrect codeowner user: mikermcneil Line: 21: no users/groups matched Line: 24: incorrect codeowner user: mikermcneil Line: 24: no users/groups matched Line: 27: incorrect codeowner user: noahtalerman Line: 27: no users/groups matched Line: 30: incorrect codeowner user: ksatter Line: 30: no users/groups matched Line: 33: incorrect codeowner user: ksatter Line: 33: incorrect codeowner user: lukeheath Line: 33: no users/groups matched Line: 34: incorrect codeowner user: ksatter Line: 34: incorrect codeowner user: lukeheath Line: 34: no users/groups matched Line: 37: incorrect codeowner user: zwass Line: 37: no users/groups matched Line: 40: incorrect codeowner user: sharon-fdm Line: 40: no users/groups matched Line: 43: incorrect codeowner user: jarodreyes Line: 43: no users/groups matched Line: 46: incorrect codeowner user: eashaw Line: 46: no users/groups matched Line: 47: incorrect codeowner user: eashaw Line: 47: no users/groups matched Line: 48: incorrect codeowner user: eashaw Line: 48: no users/groups matched Line: 54: incorrect codeowner user: mikermcneil Line: 54: no users/groups matched Line: 57: incorrect codeowner user: eashaw Line: 57: incorrect codeowner user: jarodreyes Line: 57: no users/groups matched Line: 60: incorrect codeowner user: mikermcneil Line: 60: incorrect codeowner user: eashaw Line: 60: no users/groups matched Line: 61: incorrect codeowner user: mikermcneil Line: 61: incorrect codeowner user: eashaw Line: 61: no users/groups matched Line: 62: incorrect codeowner user: mikermcneil Line: 62: incorrect codeowner user: eashaw Line: 62: no users/groups matched Line: 63: incorrect codeowner user: mikermcneil Line: 63: incorrect codeowner user: eashaw Line: 63: no users/groups matched Line: 66: incorrect codeowner user: jarodreyes Line: 66: incorrect codeowner user: mikermcneil Line: 66: no users/groups matched Line: 69: incorrect codeowner user: jarodreyes Line: 69: no users/groups matched Line: 72: incorrect codeowner user: mikermcneil Line: 72: no users/groups matched Line: 73: incorrect codeowner user: mikermcneil Line: 73: no users/groups matched Line: 74: incorrect codeowner user: hollidayn Line: 74: no users/groups matched Line: 75: incorrect codeowner user: charlottechance Line: 75: no users/groups matched Line: 76: incorrect codeowner user: hollidayn Line: 76: no users/groups matched Line: 77: incorrect codeowner user: mikermcneil Line: 77: no users/groups matched Line: 78: incorrect codeowner user: zwass Line: 78: no users/groups matched Line: 79: incorrect codeowner user: zhumo Line: 79: no users/groups matched Line: 80: incorrect codeowner user: alexmitchelliii Line: 80: no users/groups matched Line: 81: incorrect codeowner user: jarodreyes Line: 81: no users/groups matched Line: 82: incorrect codeowner user: eashaw Line: 82: no users/groups matched
2023-02-24 17:59:34 -03:00

89 lines
2.5 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
# Compliance
/ee/cis/ @sharon-fdm @artemist-work @lucasmrod @marcosd4h
# 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
#