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: edwardsb Line: 10: incorrect codeowner user: zwinnerman-fleetdm Line: 10: incorrect codeowner user: rfairburn Line: 10: no users/groups matched Line: 11: incorrect codeowner user: zwinnerman-fleetdm Line: 11: incorrect codeowner user: edwardsb Line: 11: incorrect codeowner user: rfairburn Line: 11: no users/groups matched Line: 12: incorrect codeowner user: zwinnerman-fleetdm Line: 12: incorrect codeowner user: edwardsb Line: 12: incorrect codeowner user: rfairburn Line: 12: no users/groups matched Line: 15: incorrect codeowner organization: fleetdm/g-platform Line: 15: no users/groups matched Line: 18: incorrect codeowner user: zwass Line: 18: incorrect codeowner user: mikermcneil Line: 18: no users/groups matched Line: 21: incorrect codeowner user: noahtalerman Line: 21: no users/groups matched Line: 24: incorrect codeowner user: chris-mcgillicuddy Line: 24: no users/groups matched Line: 27: incorrect codeowner user: ksatter Line: 27: no users/groups matched Line: 28: incorrect codeowner user: ksatter Line: 28: no users/groups matched Line: 31: incorrect codeowner user: guillaumeross Line: 31: no users/groups matched Line: 34: incorrect codeowner user: guillaumeross Line: 34: no users/groups matched Line: 37: incorrect codeowner user: chris-mcgillicuddy Line: 37: no users/groups matched Line: 40: incorrect codeowner user: eashaw Line: 40: no users/groups matched Line: 41: incorrect codeowner user: eashaw Line: 41: no users/groups matched Line: 42: incorrect codeowner user: eashaw Line: 42: no users/groups matched Line: 48: incorrect codeowner user: zhumo Line: 48: incorrect codeowner user: eashaw Line: 48: incorrect codeowner user: mikermcneil Line: 48: no users/groups matched Line: 51: incorrect codeowner user: eashaw Line: 51: no users/groups matched Line: 54: incorrect codeowner user: mikermcneil Line: 54: no users/groups matched Line: 55: incorrect codeowner user: mikermcneil Line: 55: no users/groups matched Line: 56: incorrect codeowner user: mikermcneil Line: 56: no users/groups matched Line: 57: incorrect codeowner user: eashaw Line: 57: no users/groups matched Line: 60: incorrect codeowner user: chris-mcgillicuddy Line: 60: no users/groups matched Line: 63: incorrect codeowner user: chris-mcgillicuddy Line: 63: no users/groups matched Line: 66: incorrect codeowner user: mikermcneil Line: 66: no users/groups matched Line: 67: incorrect codeowner user: charlottechance Line: 67: no users/groups matched Line: 68: incorrect codeowner user: guillaumeross Line: 68: no users/groups matched Line: 69: incorrect codeowner user: zwass Line: 69: no users/groups matched Line: 70: incorrect codeowner user: noahtalerman Line: 70: no users/groups matched Line: 71: incorrect codeowner user: alexmitchelliii Line: 71: no users/groups matched Line: 72: incorrect codeowner user: ksatter Line: 72: no users/groups matched Line: 73: incorrect codeowner user: timmy-k Line: 73: no users/groups matched Line: 74: incorrect codeowner user: timmy-k Line: 74: no users/groups matched Line: 75: incorrect codeowner user: mike-j-thomas Line: 75: incorrect codeowner user: chris-mcgillicuddy Line: 75: no users/groups matched Line: 76: incorrect codeowner user: chris-mcgillicuddy Line: 76: no users/groups matched Line: 77: incorrect codeowner user: chris-mcgillicuddy Line: 77: no users/groups matched
Mike McNeil 2d6bb9f869
Guillaume == DRI of schema docs (#8071)
* Update CODEOWNERS

* Update custom.js
2022-10-04 10:40:21 -05:00

84 lines
2.2 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
# Infra/terraform
*.tf @edwardsb @zwinnerman-fleetdm @rfairburn
/infrastructure/ @zwinnerman-fleetdm @edwardsb @rfairburn
/charts/ @zwinnerman-fleetdm @edwardsb @rfairburn
# GitHub settings + actions
/.github/ @fleetdm/g-platform
# Codeowners file
/CODEOWNERS @zwass @mikermcneil
# Changelog
/CHANGELOG.md @noahtalerman
# Fleet documentation
/docs/ @chris-mcgillicuddy
# REST API reference documentation
/docs/Using-Fleet/REST-API.md @ksatter
/docs/Contributing/API-for-contributors.md @ksatter
# Standard query library YAML
/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @guillaumeross
# Exapnded table documentation
/schema @guillaumeross
# Articles
/articles @chris-mcgillicuddy
# 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 @zhumo @eashaw @mikermcneil
# Website redirects and URLs
/website/config/routes.js @eashaw
# Website backend, scripts, deps
/website/api/ @mikermcneil
/website/config/ @mikermcneil
/website/scripts/ @mikermcneil
/website/package.json @eashaw
# GitHub brandfront
/README.md @chris-mcgillicuddy
# NPM brandfront (npmjs.com/package/fleetctl)
/tools/fleetctl-npm/README.md @chris-mcgillicuddy
# Handbook
/handbook/company @mikermcneil
/handbook/people @charlottechance
/handbook/security @guillaumeross
/handbook/engineering @zwass
/handbook/product @noahtalerman
/handbook/sales @alexmitchelliii
/handbook/customers @ksatter
/handbook/growth @timmy-k
/handbook/community @timmy-k
/handbook/digital-experience @mike-j-thomas @chris-mcgillicuddy
/handbook/README.md @chris-mcgillicuddy
/handbook/handbook @chris-mcgillicuddy
#
# 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
#