summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-09-06 16:59:59 -0500
committerTom Duffield <tom@chef.io>2017-09-08 13:27:29 -0500
commit9e17368a77a209a524b647a4a37ffc83b3d58aa8 (patch)
tree980c48687b13b7bf09e27a58f05d06f23dea9ea4
parent6672002c879391e6425f814598330e1932813e04 (diff)
downloadchef-tduffield/expeditor-0.5.0.tar.gz
Add engineering-services as CODEOWNERS for .expeditortduffield/expeditor-0.5.0
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.github/CODEOWNERS5
2 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 11454683a9..ef0413aff9 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,4 +1,4 @@
-# Documentation available at http://http://expeditor-docs.es.chef.io/
+# Documentation available at http://expeditor-docs.es.chef.io/
# The name of the product keys for this product (from mixlib-install)
product_key:
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