Files
nomad/CODEOWNERS
Line: 3: incorrect codeowner organization: hashicorp/github-nomad-core Line: 3: incorrect codeowner organization: hashicorp/nomad-eng Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: hashicorp/github-nomad-core Line: 4: incorrect codeowner organization: hashicorp/nomad-eng Line: 4: no users/groups matched Line: 7: incorrect codeowner organization: hashicorp/github-nomad-core Line: 7: incorrect codeowner organization: hashicorp/nomad-eng Line: 7: no users/groups matched Line: 12: incorrect codeowner organization: hashicorp/web-devdot Line: 12: incorrect codeowner organization: hashicorp/github-nomad-core Line: 12: incorrect codeowner organization: hashicorp/nomad-eng Line: 12: no users/groups matched Line: 13: incorrect format Line: 14: incorrect format Line: 15: incorrect format Line: 19: incorrect codeowner organization: hashicorp/nomad-docs Line: 19: incorrect codeowner organization: hashicorp/github-nomad-core Line: 19: incorrect codeowner organization: hashicorp/nomad-eng Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: hashicorp/nomad-docs Line: 20: incorrect codeowner organization: hashicorp/github-nomad-core Line: 20: incorrect codeowner organization: hashicorp/nomad-eng Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: hashicorp/nomad-docs Line: 21: incorrect codeowner organization: hashicorp/github-nomad-core Line: 21: incorrect codeowner organization: hashicorp/nomad-eng Line: 21: no users/groups matched
Aimee Ukasick 6d4c8b3efe Update CODEOWNERS (#26827)
change web-presence to web-devdot so web engineers not on the devdot team don't get assigned
2025-09-23 09:22:23 -05:00

22 lines
936 B
Plaintext

# release configuration
/.release/ @hashicorp/github-nomad-core @hashicorp/nomad-eng
/.github/workflows/build.yml @hashicorp/github-nomad-core @hashicorp/nomad-eng
# codeowner default
* @hashicorp/github-nomad-core @hashicorp/nomad-eng
# engineering and web presence get notified of, and can approve changes to web tooling, but not content.
/website/ @hashicorp/web-devdot @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/data/
/website/public/
/website/content/
# education and engineering get notified of, and can approve changes to web content.
/website/data/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/public/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng
/website/content/ @hashicorp/nomad-docs @hashicorp/github-nomad-core @hashicorp/nomad-eng