-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCODEOWNERS
21 lines (16 loc) · 888 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This CODEOWNERS file follows the format of Github's CODEOWNERS
# Documentation for reference, https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
# TODO: make an admin group
* @MichaelBelousov @ColinKerr
# These are at the end to override all previous reviews
## Updates to the package.json or changelog should avoid requesting review by everyone
/**/package.json @MichaelBelousov @ColinKerr
/**/CHANGELOG.json @MichaelBelousov @ColinKerr
/**/CHANGELOG.md @MichaelBelousov @ColinKerr
/**/LICENSE.md @MichaelBelousov @ColinKerr