diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-08 21:18:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 16:53:22 -0700 |
commit | a02a0576a2e37a03d5fc8638b6af3dc4660c309d (patch) | |
tree | 9393ca80f48daad4234e9ca1f7ebec13c6a9a9ee /.github | |
parent | a45f6a5acfd1dbf62fdd71002c6a279806f016ee (diff) | |
download | chef-a02a0576a2e37a03d5fc8638b6af3dc4660c309d.tar.gz |
Update codeowners for new group
This implements our new project setup in which we have a reviewers group for each project. This group includes those in the "owner" group who are the maintainers of the Chef Infra project as a whole.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8029e13382..89c2c74e11 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/client-maintainers +* @chef-infra-reviewers .expeditor/** @chef/jex-team -README.md @chef/docs-team -RELEASE_NOTES.md @chef/docs-team -.github/ISSUE_TEMPLATE/** @chef/docs-team +*.md @chef/docs-team |