Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 6f2332f

Browse files
committed
Adding CODEOWNERS File
1 parent ab38362 commit 6f2332f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/CODEOWNERS

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
#* @global-owner1 @global-owner2
9+
* @FitnessKeeper/devops
10+
11+
# Order is important; the last matching pattern takes the most
12+
# precedence. When someone opens a pull request that only
13+
# modifies JS files, only @js-owner and not the global
14+
# owner(s) will be requested for a review.
15+
#*.js @js-owner
16+
17+
# You can also use email addresses if you prefer. They'll be
18+
# used to look up users just like we do for commit author
19+
# emails.
20+
#*.go docs@example.com
21+
22+
# In this example, @doctocat owns any files in the build/logs
23+
# directory at the root of the repository and any of its
24+
# subdirectories.
25+
#/build/logs/ @doctocat
26+
27+
# The `docs/*` pattern will match files like
28+
# `docs/getting-started.md` but not further nested files like
29+
# `docs/build-app/troubleshooting.md`.
30+
#docs/* docs@example.com
31+
32+
# In this example, @octocat owns any file in an apps directory
33+
# anywhere in your repository.
34+
#apps/ @octocat
35+
36+
# In this example, @doctocat owns any file in the `/docs`
37+
# directory in the root of your repository.
38+
#/docs/ @doctocat

0 commit comments

Comments
 (0)