Skip to content

Commit 393f3b0

Browse files
authored
Removed unused comments from CODEOWNERS
1 parent c14f369 commit 393f3b0

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
# Each line is a file pattern followed by one or more owners.
66

77
# 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
109
# review when someone opens a pull request.
1110
* @lenucksi @NewMexicoKid @cewilliams @spier @robtuley @yuhattor
1211

@@ -17,32 +16,3 @@
1716
/book/zh/ @WillemJiang
1817
/translation/pt/ @jrcosta @zilio
1918
/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-
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-
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

Comments
 (0)