diff options
author | Tom Duffield <tom@chef.io> | 2017-09-06 16:59:59 -0500 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-09-06 17:20:24 -0500 |
commit | c2d483976481b9f3a7e11b57bae0e476be7cb473 (patch) | |
tree | 3c8e0bd3c32856cb805c62cb204c0274579b4157 /.github | |
parent | 6672002c879391e6425f814598330e1932813e04 (diff) | |
download | chef-c2d483976481b9f3a7e11b57bae0e476be7cb473.tar.gz |
Add engineering-services as CODEOWNERS for .expeditor
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 59c6d932f7..00e1134964 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/engineering-services |