|
1 | 1 | # Lines starting with '#' are comments.
|
2 | 2 | # Each line is a file pattern followed by one or more owners,
|
3 | 3 | # the last matching pattern has the most precedence.
|
| 4 | +# |
| 5 | +# See https://help.github.com/articles/about-codeowners/ |
4 | 6 |
|
5 |
| -* @bajtos @raymondfeng @kjdelisle |
| 7 | +* @bajtos @raymondfeng |
6 | 8 |
|
7 |
| -packages/authentication/* @bajtos @kjdelisle |
| 9 | +packages/authentication/* @bajtos @raymondfeng |
8 | 10 | packages/boot/* @raymondfeng @virkt25
|
9 | 11 | packages/build/* @bajtos @raymondfeng
|
10 |
| -packages/cli/* @raymondfeng @kjdelisle @shimks |
11 |
| -packages/context/* @bajtos @raymondfeng @kjdelisle |
12 |
| -packages/core/* @bajtos @raymondfeng @kjdelisle |
13 |
| -packages/example-getting-started/* @bajtos @kjdelisle |
| 12 | +packages/cli/* @raymondfeng @shimks |
| 13 | +packages/context/* @bajtos @raymondfeng |
| 14 | +packages/core/* @bajtos @raymondfeng |
| 15 | +packages/example-getting-started/* @bajtos |
14 | 16 | packages/example-hello-world/* @b-admike
|
15 | 17 | packages/example-log-extension/* @virkt25
|
16 |
| -packages/example-rpc-server/* @kjdelisle |
| 18 | +packages/example-rpc-server/* @virkt25 |
17 | 19 | packages/metadata/* @raymondfeng
|
18 | 20 | packages/openapi-spec-builder/* @bajtos @raymondfeng
|
19 | 21 | packages/openapi-v3/* @bajtos @jannyHou
|
20 | 22 | packages/openapi-v3-types/* @bajtos @jannyHou
|
21 |
| -packages/repository/* @raymondfeng @kjdelisle |
| 23 | +packages/repository/* @raymondfeng |
22 | 24 | packages/repository-json-schema/* @shimks
|
23 |
| -packages/rest/* @bajtos @kjdelisle |
24 |
| -packages/testlab/* @bajtos @kjdelisle |
| 25 | +packages/rest/* @bajtos @raymondfeng |
| 26 | +packages/testlab/* @bajtos |
| 27 | +docs/* @bajtos @raymondfeng @virkt25 @b-admike @shimks @jannyHou |
0 commit comments