diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-23 09:28:33 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 09:28:33 -0700 |
commit | 886ff218446f007c36c43062bc6666999559a759 (patch) | |
tree | e0b56af773ec9ba76fc1e01590f30e57e82c8475 /.github/CODEOWNERS | |
parent | 6bb1c1cab484144da2215ce360068073946f2e99 (diff) | |
download | mixlib-shellout-886ff218446f007c36c43062bc6666999559a759.tar.gz |
Add new github templates and codeowners file
This syncs our config here with our other repos
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fee8d42..9dbcc7b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/client-maintainers -.expeditor/** @chef/jex-team +* @chef/chef-infra-reviewers +.expeditor/** @chef/jex-team +*.md @chef/docs-team |