|
5 | 5 | # Each line is a file pattern followed by one or more owners. |
6 | 6 |
|
7 | 7 | # These owners will be the default owners for everything in |
8 | | -# the repo. Unless a later match takes precedence, |
9 | | -# @global-owner1 and @global-owner2 will be requested for |
| 8 | +# the repo. Unless a later match takes precedence, they will be requested for |
10 | 9 | # review when someone opens a pull request. |
11 | 10 | * @lenucksi @NewMexicoKid @cewilliams @spier @robtuley @yuhattor |
12 | 11 |
|
|
17 | 16 | /book/zh/ @WillemJiang |
18 | 17 | /translation/pt/ @jrcosta @zilio |
19 | 18 | /book/pt/ @jrcosta @zilio |
20 | | - |
21 | | -# Order is important; the last matching pattern takes the most |
22 | | -# precedence. When someone opens a pull request that only |
23 | | -# modifies JS files, only @js-owner and not the global |
24 | | -# owner(s) will be requested for a review. |
25 | | -# *.js @js-owner |
26 | | - |
27 | | -# You can also use email addresses if you prefer. They'll be |
28 | | -# used to look up users just like we do for commit author |
29 | | -# emails. |
30 | | -# *.go docs@example.com |
31 | | - |
32 | | -# In this example, @doctocat owns any files in the build/logs |
33 | | -# directory at the root of the repository and any of its |
34 | | -# subdirectories. |
35 | | -# /build/logs/ @doctocat |
36 | | - |
37 | | -# The `docs/*` pattern will match files like |
38 | | -# `docs/getting-started.md` but not further nested files like |
39 | | -# `docs/build-app/troubleshooting.md`. |
40 | | -# docs/* docs@example.com |
41 | | - |
42 | | -# In this example, @octocat owns any file in an apps directory |
43 | | -# anywhere in your repository. |
44 | | -# apps/ @octocat |
45 | | - |
46 | | -# In this example, @doctocat owns any file in the `/docs` |
47 | | -# directory in the root of your repository. |
48 | | -# /docs/ @doctocat |
0 commit comments