forked from monzo/progression-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (37 loc) · 2.32 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @monzo/org-scaling-team
# These owners will be the default owners for everything in the frameworks folder.
frameworks/* @monzo/org-scaling-team
# These are owners for a specific engineering file extension
*.js @monzo/web-approvers @monzo/org-scaling-team
*.css @monzo/web-approvers @monzo/org-scaling-team
*.json @monzo/web-approvers @monzo/org-scaling-team
# These are owners for a specific framework area
frameworks/operations/* @bobbi-monzo @monzo/org-scaling-team
frameworks/design/* @hugocornejo @monzo/org-scaling-team
frameworks/engineering/* @andysmart @wpillar @robinjmurphy @monzo/org-scaling-team
# These are owners for a specific framework file
frameworks/product.md @ljkp @monzo/org-scaling-team
frameworks/people.md @raramonzo @monzo/org-scaling-team
frameworks/generic.md @emmanorthcott @monzo/org-scaling-team
frameworks/executive-support.md @jonashuckestein @monzo/org-scaling-team
frameworks/marketing.md @trstnthms @monzo/org-scaling-team
frameworks/customer-operations.md @jacqbridge
# These are owners for a specific engineering file or folder
src/* @monzo/web-approvers @monzo/org-scaling-team
stubs/* @monzo/web-approvers @monzo/org-scaling-team
.eslintignore @monzo/web-approvers @monzo/org-scaling-team
.eslintrc @monzo/web-approvers @monzo/org-scaling-team
.flowconfig @monzo/web-approvers @monzo/org-scaling-team
.gitignore @monzo/web-approvers @monzo/org-scaling-team
.prettierrc @monzo/web-approvers @monzo/org-scaling-team
CODEOWNERS @monzo/org-scaling-team
README.md @monzo/web-approvers @monzo/org-scaling-team
gatsby-config.js @monzo/web-approvers @monzo/org-scaling-team
gatsby-browser.js @monzo/web-approvers @monzo/org-scaling-team
gatsby-node.js @monzo/web-approvers @monzo/org-scaling-team
netlify.toml @monzo/web-approvers @monzo/org-scaling-team
package.json @monzo/web-approvers @monzo/org-scaling-team
yarn.lock @monzo/web-approvers @monzo/org-scaling-team