-
Notifications
You must be signed in to change notification settings - Fork 458
/
Copy pathCODEOWNERS
23 lines (20 loc) · 1.01 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
# 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
# Education likes to get notifications if changes happen to docs.
# We need to include the CDKTF team as well to ensure Education
# members are not the only ones notified.
website/docs/ @hashicorp/cdktf @hashicorp/team-docs-packer-and-terraform
# 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