-
Notifications
You must be signed in to change notification settings - Fork 4.4k
/
Copy pathCODEOWNERS
20 lines (13 loc) · 895 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* @hashicorp/consul-selfmanage-maintainers
# engineering and web presence get notified of, and can approve changes to web tooling, but not content.
/website/ @hashicorp/web-presence @hashicorp/consul-selfmanage-maintainers
/website/data/
/website/public/
/website/content/
# education and engineering get notified of, and can approve changes to web content.
/website/data/ @hashicorp/consul-docs @hashicorp/consul-selfmanage-maintainers
/website/public/ @hashicorp/consul-docs @hashicorp/consul-selfmanage-maintainers
/website/content/ @hashicorp/consul-docs @hashicorp/consul-selfmanage-maintainers
# release configuration
/.release/ @hashicorp/team-selfmanaged-releng @hashicorp/consul-selfmanage-maintainers
/.github/workflows/build.yml @hashicorp/team-selfmanaged-releng @hashicorp/consul-selfmanage-maintainers