-
Notifications
You must be signed in to change notification settings - Fork 6
/
CODEOWNERS
Validating CODEOWNERS rules...
29 lines (22 loc) · 1.18 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Each line is a file pattern followed by one or more owners.
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Default owner
* @hashicorp/team-ip-compliance
# Add override rules below. Each line is a file/folder pattern followed by one or more owners.
# Being an owner means those groups or individuals will be added as reviewers to PRs affecting
# those areas of the code.
# Examples:
# /docs/ @docs-team
# *.js @js-team
# *.go @go-team
# The Consul clients are owned by Consul
/clients/cloud-consul-service/ @hashicorp/consul-cloud-ui
# The Vault clients are owned by Vault
/clients/cloud-vault-service/ @hashicorp/vault-cloud-ui @hashicorp/vault-cloud
# The Packer clients are owned by Packer
/clients/cloud-packer-service/ @hashicorp/packer-cloud-ui @hashicorp/cloud-packer
# The Network and Resource Manager clients are owned by access-control and platform systems team respectively.
/clients/cloud-resource-manager/ @hashicorp/cloud-access-control
/clients/cloud-network/ @hashicorp/hcp-managed-services-ind
# The Operation clients are owned by Dataplane
/clients/cloud-operation/ @hashicorp/cloud-access-control