forked from spotify/luigi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codeowners file with default and specific example (spotify#2465)
- Loading branch information
1 parent
05ac927
commit f7819e0
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# The following patterns are used to auto-assign review requests | ||
# to specific individuals. Order is important; the last matching | ||
# pattern takes the most precedence. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
* @dlstadther @Tarrasch @ulzha | ||
|
||
# Specific files, directories, paths, or file types can be | ||
# assigned more specificially. | ||
contrib/redshift*.py @dlstadther | ||
|