-
Notifications
You must be signed in to change notification settings - Fork 78
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (20 loc) · 1.09 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
# 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.
* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cgirani @stuckless @tomklapiscak @JoelArmendariz @jessieyan @blechner @sstone2423
#####
# Release team should be notified of Public API changes in the system
**/publicAPI.test.js @tay1orjones @davidicus
**/publicAPI.test.js.snap @tay1orjones @davidicus