codeowners: Relax review requirements on readmes (#4661)

I should review all changes to the top-level project documents.
CODEOWNERS is misconfigured, however, so that I am required to review
changes to all files named README.md, which isn't intended.

This change ensures that my review is only required on these files in
the root of the repository.
This commit is contained in:
Oliver Gould 2020-06-24 11:36:25 -07:00 committed by GitHub
parent 904f146558
commit 1fb3bd0731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

20
.github/CODEOWNERS vendored
View File

@ -2,16 +2,16 @@
* @linkerd/maintainers
# These documents have special review requirements:
CHANGES.md @adleong @olix0r
CODE_OF_CONDUCT.md @olix0r
CONTRIBUTING.md @olix0r
DCO @olix0r
GOVERNANCE.md @olix0r
LICENSE @olix0r
MAINTAINERS.md @olix0r
README.md @olix0r
SECURITY.md @olix0r
SECURITY_AUDIT.pdf @olix0r
/CHANGES.md @adleong @olix0r
/CODE_OF_CONDUCT.md @olix0r
/CONTRIBUTING.md @olix0r
/DCO @olix0r
/GOVERNANCE.md @olix0r
/LICENSE @olix0r
/MAINTAINERS.md @olix0r
/README.md @olix0r
/SECURITY.md @olix0r
/SECURITY_AUDIT.pdf @olix0r
# Hema & Zahari understand the CNI best:
/charts/linkerd2-cni @hemakl @zaharidichev