From 97c08e1138dc2f9b99d17f5622d2ad2f9f6d725c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 11 Dec 2018 20:27:59 -0800 Subject: Only ship the required library files in the gem artifact Don't ship the test and dev files in the gem artifact. Signed-off-by: Tim Smith --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 59c6d93..fee8d42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ -* @chef/client-maintainers +# Order is important. The last matching pattern has the most precedence. + +* @chef/client-maintainers +.expeditor/** @chef/jex-team -- cgit v1.2.1