-
-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCODEOWNERS
21 lines (16 loc) · 858 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 has the highest precedence
# These owners will be the default owners for everything
* @cloudposse/engineering @cloudposse/admins
# Cloud Posse admins must review any changes to Makefiles
**/Makefile @cloudposse/admins
**/Makefile.* @cloudposse/admins
# Cloud Posse admins must review any changes to GitHub actions
.github/workflows/* @cloudposse/admins
# Cloud Posse admins must review all changes to CODEOWNERS or the mergify or release configuration
.github/.github-update-disabled @cloudposse/admins
.github/auto-release.yml @cloudposse/admins
.github/mergify.yml @cloudposse/admins
.github/CODEOWNERS @cloudposse/admins