diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-23 17:18:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 17:18:32 -0700 |
commit | f757c0b738144a3f7504456ed5109ca8d873c25c (patch) | |
tree | 57b26cafbee1f9194ee686ddb6aa162903768e16 /.github | |
parent | 8430221ba42c930c04fa46245fdfeb2309783891 (diff) | |
download | chef-f757c0b738144a3f7504456ed5109ca8d873c25c.tar.gz |
Fix the codeowners file
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 89c2c74e11..23302ee1c3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef-infra-reviewers +* @chef/chef-infra-reviewers .expeditor/** @chef/jex-team *.md @chef/docs-team |