2017-07-07 16:36:45 -07:00
|
|
|
# Code ownership for pull request reviews, per
|
|
|
|
# the feature detailed here:
|
|
|
|
|
|
|
|
# https://github.com/blog/2392-introducing-code-owners
|
|
|
|
# https://help.github.com/articles/about-codeowners/
|
|
|
|
|
|
|
|
# These owners will be the default owners for everything in the repo.
|
|
|
|
* @snipe
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# For example:
|
|
|
|
# *.js @octocat @github/js
|
|
|
|
|
|
|
|
|
|
|
|
app/Importer/* @dmeltzer
|
|
|
|
app/Http/Controllers/CustomFields* @uberbrady
|
2017-07-07 17:10:23 -07:00
|
|
|
app/Http/Controllers/Api/CustomFields* @uberbrady
|
2017-07-07 16:36:45 -07:00
|
|
|
resources/views/custom_fields/* @uberbrady
|
|
|
|
docker/* @uberbrady
|