From cea8b4f4f33e01bf0438ab2df94fe15edd407864 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 18 Jul 2017 16:31:41 -0400 Subject: [PATCH] Fix CODEOWNERS patterns. Signed-off-by: Daniel Nephin --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 855eff98ab..f3164a64b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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