mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 07:55:42 +03:00
change web-presence to web-devdot so web engineers not on the devdot team don't get assigned
22 lines
936 B
Plaintext
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
|