Skip to content

Commit 8dca55d

Browse files
Add hcp img dirs to CODEOWNERS (#1212)
Adds the img directory and associated codewoner for each HCP service. Because of the shared directory structure for HCP docs, and corresponding code owners for each, images were causing web-devdot to be added as a code owner.
2 parents b4bc8a2 + c62c68e commit 8dca55d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CODEOWNERS

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,26 @@
3737
/content/well-architected-framework/ @hashicorp/well-architected-education-approvers
3838

3939
# HCP-docs documentation ownership
40-
/content/hcp-docs/* @hashicorp/education
40+
/content/hcp-docs/ @hashicorp/education
41+
/content/hcp-docs/img/docs/hcp-core/ @hashicorp/vault-education-approvers
4142

4243
# HCP Consul Docs
43-
/content/hcp-docs/content/docs/consul/* @hashicorp/consul-docs
44+
/content/hcp-docs/content/docs/consul/ @hashicorp/consul-docs
45+
/content/hcp-docs/img/docs/consul/ @hashicorp/consul-docs
4446

4547
# HCP Vault & HCP Vault Radar docs
4648
/content/hcp-docs/content/docs/vault* @hashicorp/vault-education-approvers
4749
/content/hcp-docs/content/partials/vault* @hashicorp/vault-education-approvers
50+
/content/hcp-docs/img/docs/vault* @hashicorp/vault-education-approvers
4851

4952
# HCP Boundary docs
50-
/content/hcp-docs/content/docs/boundary/* @hashicorp/boundary-education-approvers
53+
/content/hcp-docs/content/docs/boundary/ @hashicorp/boundary-education-approvers
54+
/content/hcp-docs/img/docs/boundary/ @hashicorp/boundary-education-approvers
5155

5256
#HCP IAM
53-
/content/hcp-docs/content/partials/hcp-administration/* @hashicorp/cloud-access-control @hashicorp/cloud-identity
54-
/content/hcp-docs/content/docs/hcp/iam/* @hashicorp/cloud-access-control @hashicorp/cloud-identity
57+
/content/hcp-docs/content/partials/hcp-administration/ @hashicorp/cloud-access-control @hashicorp/cloud-identity
58+
/content/hcp-docs/content/docs/hcp/iam/ @hashicorp/cloud-access-control @hashicorp/cloud-identity
59+
/content/hcp-docs/content/img/docs/hcp-core/ @hashicorp/cloud-access-control @hashicorp/cloud-identity
5560

5661
# Boundary
57-
/content/boundary/* @hashicorp/boundary-education-approvers @hashicorp/boundary
62+
/content/boundary/ @hashicorp/boundary-education-approvers @hashicorp/boundary

0 commit comments

Comments
 (0)