-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (29 loc) · 1.35 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
# This CODEOWNERS file defines individuals or teams that are responsible
# for code in this repository.
#####
# Code owners are automatically requested for review when someone
# opens a pull request that modifies code that they own. This repository
# has enabled the `required reviews` setting, and therefore all PR's require
# approval from a code owner before the author can merge a pull request.
# Further documentation: https://help.github.com/articles/about-codeowners/
#####
# These owners are the default owners for everything in the repo.
# Unless a later match takes precedence, the users below will be
# requested for review when someone opens a pull request.
#####
# These users own any files in the following directory at the root of
# the repository and any of its subdirectories.
* @davidicus @Sisawat @adietrich3074 @scottdickerson @constantinehuzenko
#####
# Admin should be notified of changes to build/test/deploy
# Core dependencies
/package-lock.json @davidicus @scottdickerson
/package.json @davidicus @scottdickerson
# Configuration files
tsconfig.node.json @davidicus @scottdickerson
vite.config.ts @davidicus @scottdickerson
tsconfig.json @davidicus @scottdickerson
/.nvmrc @davidicus @scottdickerson
# Deploy configuration
**/.storybook/ @davidicus @scottdickerson
/.github/ @davidicus @scottdickerson