Merge pull request #356 from dnephin/fix-codeowners

Fix .github/CODEOWNERS patterns
This commit is contained in:
Victor Vieux 2017-07-18 17:08:37 -07:00 committed by GitHub
commit 7f684c7512
1 changed files with 5 additions and 5 deletions

10
.github/CODEOWNERS vendored
View File

@ -1,8 +1,8 @@
# Github code owners
# See https://github.com/blog/2392-introducing-code-owners
cli/compose/* @dnephin @vdemeester
contrib/completion/bash/* @albers
contrib/completion/zsh/* @sdurrheimer
docs/* @mstanleyjones @vdemeester @thaJeztah
scripts/* @dnephin
cli/compose/** @dnephin @vdemeester
contrib/completion/bash/** @albers
contrib/completion/zsh/** @sdurrheimer
docs/** @mstanleyjones @vdemeester @thaJeztah
scripts/** @dnephin