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 user: 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: ksatter Line: 20: no users/groups matched
Tomas Touceda 045b64f034
Set CODEOWNERS for github actions as g-platform (#5780)
* Set CODEOWNERS for github actions as g-platform

* Add robert to infra codeownership
2022-05-17 16:15:12 -03:00

21 lines
482 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/ @g-platform
# Changelog
CHANGELOG.md @noahtalerman
# API documentation
/docs/Using-Fleet/REST-API.md @ksatter