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: noahtalerman Line: 17: no users/groups matched Line: 20: incorrect codeowner user: Desmi-Dizney Line: 20: no users/groups matched Line: 23: incorrect codeowner user: ksatter Line: 23: no users/groups matched
Roberto Dip ad9479ec49
fix CODEOWERS and add Desmi as owner of docs/*.md (#6755)
Per the new changes in the [handbook](https://fleetdm.com/handbook/community#how-to-request-a-review-for-markdown-changes-to-the-docs) this adds @Desmi-Dizney as codeowner of `docs/*.md`, this way he is automatically added as a reviewer when a file is changed.

Since I was there, I also fixed the mention to actually ping @fleetdm/g-platform
2022-07-20 11:51:57 -03:00

24 lines
532 B
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
# Changelog
CHANGELOG.md @noahtalerman
# Markdown docs
/docs/*.md @Desmi-Dizney
# API documentation
/docs/Using-Fleet/REST-API.md @ksatter