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: 14: incorrect codeowner organization: fleetdm/g-platform Line: 14: no users/groups matched Line: 17: incorrect codeowner user: zwass Line: 17: incorrect codeowner user: mikermcneil Line: 17: no users/groups matched Line: 20: incorrect codeowner user: noahtalerman Line: 20: no users/groups matched Line: 23: incorrect codeowner user: Desmi-Dizney Line: 23: incorrect codeowner user: chris-mcgillicuddy Line: 23: no users/groups matched Line: 26: incorrect codeowner user: ksatter Line: 26: no users/groups matched Line: 27: incorrect codeowner user: ksatter Line: 27: no users/groups matched Line: 30: incorrect codeowner user: guillaumeross Line: 30: no users/groups matched Line: 33: incorrect codeowner user: chris-mcgillicuddy Line: 33: no users/groups matched Line: 36: incorrect codeowner user: eashaw Line: 36: no users/groups matched Line: 37: incorrect codeowner user: eashaw Line: 37: no users/groups matched Line: 38: incorrect codeowner user: eashaw Line: 38: no users/groups matched Line: 41: incorrect codeowner user: eashaw Line: 41: incorrect codeowner user: mike-j-thomas Line: 41: no users/groups matched Line: 44: incorrect codeowner user: mikermcneil Line: 44: no users/groups matched Line: 45: incorrect codeowner user: mikermcneil Line: 45: no users/groups matched Line: 46: incorrect codeowner user: mikermcneil Line: 46: no users/groups matched Line: 47: incorrect codeowner user: mikermcneil Line: 47: no users/groups matched Line: 50: incorrect codeowner user: chris-mcgillicuddy Line: 50: no users/groups matched Line: 53: incorrect codeowner user: chris-mcgillicuddy Line: 53: no users/groups matched Line: 56: incorrect codeowner user: mikermcneil Line: 56: no users/groups matched Line: 57: incorrect codeowner user: charlottechance Line: 57: incorrect codeowner user: hollidayn Line: 57: no users/groups matched Line: 58: incorrect codeowner user: guillaumeross Line: 58: no users/groups matched Line: 59: incorrect codeowner user: zwass Line: 59: no users/groups matched Line: 60: incorrect codeowner user: noahtalerman Line: 60: no users/groups matched Line: 61: incorrect codeowner user: alexmitchelliii Line: 61: no users/groups matched Line: 62: incorrect codeowner user: tgauda Line: 62: no users/groups matched Line: 63: incorrect codeowner user: timmy-k Line: 63: no users/groups matched Line: 64: incorrect codeowner user: timmy-k Line: 64: no users/groups matched Line: 65: incorrect codeowner user: mike-j-thomas Line: 65: incorrect codeowner user: chris-mcgillicuddy Line: 65: no users/groups matched Line: 66: incorrect codeowner user: chris-mcgillicuddy Line: 66: no users/groups matched Line: 67: incorrect codeowner user: chris-mcgillicuddy Line: 67: no users/groups matched
Mike McNeil e6781e4379
Update CODEOWNERS to include handbook, etc (#7163)
* Update CODEOWNERS

* Update CODEOWNERS

* Update CODEOWNERS

* Update CODEOWNERS

* Update CODEOWNERS

* add articles/ + add leading "/" for CHANGELOG.md so it doesn't inadvertently catch others

* Update custom.js

* lint fix

* Update custom.js
2022-08-11 12:38:00 -05:00

74 lines
2.0 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
# GitHub settings + actions
/.github/ @fleetdm/g-platform
# Codeowners file
/CODEOWNERS @zwass @mikermcneil
# Changelog
/CHANGELOG.md @noahtalerman
# Fleet documentation
/docs/ @Desmi-Dizney @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
# Articles
/articles @chris-mcgillicuddy
# Website
/website/ @eashaw
/website/views/ @eashaw
/website/assets/ @eashaw
# Website redirects and URLs
/website/config/routes.js @eashaw @mike-j-thomas
# Website backend, scripts, deps
/website/api/ @mikermcneil
/website/config/ @mikermcneil
/website/scripts/ @mikermcneil
/website/package.json @mikermcneil
# 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 @hollidayn
/handbook/security @guillaumeross
/handbook/engineering @zwass
/handbook/product @noahtalerman
/handbook/sales @alexmitchelliii
/handbook/customers @tgauda
/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
#