blob: c10568d9683597bd680cfa7a1c591e1857b1a57c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Owners of code are automatically nominated to review PRs involving that code.
# These owners will be the default owners for everything in the repo.
* @tleonhardt
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
#*.js @octocat @github/js
# You can also use email addresses if you prefer.
#docs/* docs@example.com
|