mirror of https://github.com/docker/cli.git
Merge pull request #356 from dnephin/fix-codeowners
Fix .github/CODEOWNERS patterns
This commit is contained in:
commit
7f684c7512
|
@ -1,8 +1,8 @@
|
||||||
# Github code owners
|
# Github code owners
|
||||||
# See https://github.com/blog/2392-introducing-code-owners
|
# See https://github.com/blog/2392-introducing-code-owners
|
||||||
|
|
||||||
cli/compose/* @dnephin @vdemeester
|
cli/compose/** @dnephin @vdemeester
|
||||||
contrib/completion/bash/* @albers
|
contrib/completion/bash/** @albers
|
||||||
contrib/completion/zsh/* @sdurrheimer
|
contrib/completion/zsh/** @sdurrheimer
|
||||||
docs/* @mstanleyjones @vdemeester @thaJeztah
|
docs/** @mstanleyjones @vdemeester @thaJeztah
|
||||||
scripts/* @dnephin
|
scripts/** @dnephin
|
||||||
|
|
Loading…
Reference in New Issue