-
Notifications
You must be signed in to change notification settings - Fork 459
/
Copy pathCODEOWNERS
33 lines (27 loc) · 1.45 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
30
31
32
33
# We use this for automatic PR review assignment within Github.
# If individual users are specified in this file, this is mainly to
# inform them of certain PRs and we don't require a review from them
# to be able to merge PRs.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a
# pull request.
* @hashicorp/cdktf
# Engineering and web presence get notified of, and can approve changes to web tooling, but not content.
/website/ @hashicorp/web-presence @hashicorp/cdktf
/website/data/
/website/public/
/website/content/
# Education and engineering get notified of, and can approve changes to web content.
/website/data/ @hashicorp/team-docs-packer-and-terraform @hashicorp/cdktf
/website/public/ @hashicorp/team-docs-packer-and-terraform @hashicorp/cdktf
/website/content/ @hashicorp/team-docs-packer-and-terraform @hashicorp/cdktf
/website/docs/ @hashicorp/team-docs-packer-and-terraform @hashicorp/cdktf
/website/README.md @hashicorp/team-docs-packer-and-terraform @hashicorp/cdktf
# No codeowners for these files, as they are generated.
# This way, Education does not get notified if only these files changed.
website/docs/cdktf/api-reference/typescript.mdx
website/docs/cdktf/api-reference/python.mdx
website/docs/cdktf/api-reference/java.mdx
website/docs/cdktf/api-reference/csharp.mdx
website/docs/cdktf/api-reference/go.mdx