linkerd2/.github/CODEOWNERS

22 lines
603 B
Plaintext

# By default, the maintainers group is responsible for everything.
* @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
# Hema & Zahari understand the CNI best:
/charts/linkerd2-cni @hemakl @zaharidichev
/cni-plugin @hemakl @zaharidichev
# The Dockerfile is changed with go.mod changes.
/cni-plugin/Dockerfile @linkerd/maintainers