mirror of https://github.com/docker/cli.git
Fix CODEOWNERS patterns.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
257e113542
commit
cea8b4f4f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue