File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This is a comment.
2
+ # Each line is a file pattern followed by one or more owners.
3
+
4
+ # These owners will be the default owners for everything in
5
+ # the repo. Unless a later match takes precedence,
6
+ # @global-owner1 and @global-owner2 will be requested for
7
+ # review when someone opens a pull request.
8
+ @bmuenzenmeyer
9
+
10
+ # CLI owner
11
+ /packages /cli @ raphaelokon
12
+
13
+ # The `docs/*` pattern will match files like
14
+ # `docs/getting-started.md` but not further nested files like
15
+ # `docs/build-app/troubleshooting.md`.
16
+
17
+
18
+ # In this example, @octocat owns any file in an apps directory
19
+ # anywhere in your repository.
20
+ apps / @ octocat
21
+
22
+ # In this example, @doctocat owns any file in the `/docs`
23
+ # directory in the root of your repository.
24
+ /docs / @ doctocat
You can’t perform that action at this time.
0 commit comments