generated from cloudposse/terraform-example-module
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (20 loc) · 1020 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
* @zeroae/engineering
# Cloud Posse must review any changes to Makefiles
**/Makefile @zeroae/engineering
**/Makefile.* @zeroae/engineering
# Cloud Posse must review any changes to GitHub actions
.github/* @zeroae/engineering
# Cloud Posse must review any changes to standard context definition,
# but some changes can be rubber-stamped.
**/*.tf @zeroae/engineering @zeroae/approvers
README.yaml @zeroae/engineering @zeroae/approvers
README.md @zeroae/engineering @zeroae/approvers
docs/*.md @zeroae/engineering @zeroae/approvers
# Cloud Posse Admins must review all changes to CODEOWNERS or the mergify configuration
.github/mergify.yml @zeroae/admins
.github/CODEOWNERS @zeroae/admins