-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCODEOWNERS
22 lines (16 loc) · 951 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.
* @iTwin/itwinjs-core-transformer @iTwin/transformation-service
.github/CODEOWNERS @nick4598 @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 @iTwin/itwinjs-core-transformer
/**/CHANGELOG.json @iTwin/itwinjs-core-transformer
/**/CHANGELOG.md @iTwin/itwinjs-core-transformer
/**/LICENSE.md @iTwin/itwinjs-core-transformer