mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
7a099bc268
Signed-off-by: snipe <snipe@snipe.net>
23 lines
699 B
Plaintext
23 lines
699 B
Plaintext
# 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/Http/Controllers/CustomFields* @uberbrady
|
|
app/Http/Controllers/Api/CustomFields* @uberbrady
|
|
resources/views/custom_fields/* @uberbrady
|
|
docker/* @uberbrady
|
|
app/Providers/SamlServiceProvider.php @uberbrady
|