fix(codeowners): try user handle along with team (#18300)

Storage team isn't being marked as owner in PRs touching /storage/ and
/tsdb/. Let's make sure that a user can be an owner, then iterate.
pull/18322/head
Jacob Marble 2020-06-01 14:55:14 -07:00 committed by GitHub
parent eb1041c7d1
commit 291ded1b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.github/CODEOWNERS vendored
View File

@ -12,5 +12,5 @@ http/swagger.yml @influxdata/monitoring-team
/pkger/ @influxdata/tools-team
# Storage code
/storage/ @influxdata/storage-team
/tsdb/ @influxdata/storage-team
/storage/ @influxdata/storage-team-assigner @jacobmarble
/tsdb/ @influxdata/storage-team-assigner @jacobmarble