mirror of https://github.com/linkerd/linkerd2.git
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:
parent
904f146558
commit
1fb3bd0731
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue