summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-18 18:09:23 -0700
committerTim Smith <tsmith@chef.io>2018-09-18 18:09:23 -0700
commit383ef94cb048bbe1fe72dee99092137e41fab50b (patch)
treec100b5eef5b1ec8c4f15184c49351e16b69d24ed
parent3590e40f9201c7f5c21fa5ebc43065337963e208 (diff)
downloadchef-383ef94cb048bbe1fe72dee99092137e41fab50b.tar.gz
Add docs team as owners on readme / release notes
Since the release notes end up on the docs site we should involve the docs team as early in the process as possible. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/CODEOWNERS6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fee8d42d91..b4eac50d28 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,6 @@
# Order is important. The last matching pattern has the most precedence.
-* @chef/client-maintainers
-.expeditor/** @chef/jex-team
+* @chef/client-maintainers
+.expeditor/** @chef/jex-team
+README.md @chef/docs-team
+RELEASE_NOTES.md @chef/docs-team