fleet/CODEOWNERS
Line: 2: incorrect codeowner user: or Line: 2: incorrect codeowner user: related Line: 2: incorrect codeowner user: backend Line: 2: incorrect codeowner user: files. Line: 2: no users/groups matched 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: no users/groups matched Line: 13: incorrect codeowner user: zwass Line: 13: no users/groups matched
2022-02-14 10:49:40 -08:00

14 lines
286 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
# GitHub settings + actions
/.github/ @zwass