-
-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathCODEOWNERS
22 lines (17 loc) · 897 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 (not first) matching pattern "wins"
# 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 Dockerfiles
**/Dockerfile @cloudposse/engineering
**/Dockerfile.* @cloudposse/engineering
# Cloud Posse must review any changes to GitHub actions or configuration
.github/* @cloudposse/engineering
# Of course, admins must approve changes to CODEOWNERS itself
.github/CODEOWNERS @cloudposse/admins
.github/workflows/validate-codeowners.yml @cloudposse/admins