Skip to content

Commit 7f684c7

Browse files
authored
Merge pull request #356 from dnephin/fix-codeowners
Fix .github/CODEOWNERS patterns
2 parents 257e113 + cea8b4f commit 7f684c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Github code owners
22
# See https://github.com/blog/2392-introducing-code-owners
33

4-
cli/compose/* @dnephin @vdemeester
5-
contrib/completion/bash/* @albers
6-
contrib/completion/zsh/* @sdurrheimer
7-
docs/* @mstanleyjones @vdemeester @thaJeztah
8-
scripts/* @dnephin
4+
cli/compose/** @dnephin @vdemeester
5+
contrib/completion/bash/** @albers
6+
contrib/completion/zsh/** @sdurrheimer
7+
docs/** @mstanleyjones @vdemeester @thaJeztah
8+
scripts/** @dnephin

0 commit comments

Comments
 (0)