-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathCODEOWNERS
20 lines (16 loc) · 933 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Use this file to define individuals or teams that are responsible for code in a repository.
# Read more: <https://help.github.com/articles/about-codeowners/>
#
# Order is important: the last matching pattern takes the most precedence
# These owners will be the default owners for everything
* @cloudposse/engineering @cloudposse/contributors
# Cloud Posse must review any changes to Makefiles
**/Makefile @cloudposse/engineering
**/Makefile.* @cloudposse/engineering
# Cloud Posse must review any changes to GitHub actions
.github/* @cloudposse/engineering
# Cloud Posse must review any changes to GitHub templates actions
templates/.github/* @cloudposse/engineering
templates/terraform/.github/* @cloudposse/engineering
**/.gomplate.* @cloudposse/admins
**/configs/gomplate.yaml @cloudposse/admins