diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-10 15:21:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-10 15:30:51 -0700 |
commit | 654356f259320407bb3ce5306c90638dd66d6a98 (patch) | |
tree | e6b86f06939dedf0f1a2c75fde765e505830abcf /.github | |
parent | e8b36d0361d9c92f5ddf9b144bf37bba24c82a07 (diff) | |
download | chef-654356f259320407bb3ce5306c90638dd66d6a98.tar.gz |
Fix the codeowners to work correctly
Github skips empty groups even if they have child groups that have users
in them.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9d2ee27dee..ab9841707a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/chef-infra-reviewers +* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners .expeditor/ @chef/jex-team *.md @chef/docs-team |