-
Notifications
You must be signed in to change notification settings - Fork 3
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (19 loc) · 1.36 KB
/
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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# More details are here: https://help.github.com/articles/about-codeowners/
# The '*' pattern is global owners.
# Global rule:
* @fractal/code-standard-reviewers @rpadaki @sardination @djsavvy @philippemnoel
# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:
/client-applications/ @fractal/code-standard-reviewers @mingy98 @npip99 @philippemnoel
/container-images/ @fractal/code-standard-reviewers @djsavvy @rpadaki @philippemnoel
/ecs-host-service/ @fractal/code-standard-reviewers @djsavvy @sardination @rpadaki
/ecs-host-setup/ @fractal/code-standard-reviewers @rpadaki @djsavvy @philippemnoel
/ecs-task-definitions/ @fractal/code-standard-reviewers @rpadaki @FishmanL @philippemnoel
/main-webserver/ @fractal/code-standard-reviewers @FishmanL @owenniles @jmather625
/protocol/ @fractal/code-standard-reviewers @npip99 @rpadaki @sardination
/website/ @fractal/code-standard-reviewers @mingy98 @neilyio @rpadaki
/core-ts/ @fractal/code-standard-reviewers @neilyio @mingy98 @rpadaki
# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.