Revision dda367ebfabca4c70780aa53c21c872500ca8967 authored by Quentin Monnet on 11 October 2022, 14:04:21 UTC, committed by Tam Mach on 11 October 2022, 20:46:52 UTC
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
1 parent fb9bb0d
Raw File
CODEOWNERS
# Code owners groups and a brief description of their areas:
# @cilium/tophat             Catch-all for code not otherwise owned
# @cilium/api                API stability guarantees

# The following filepaths should be sorted so that more specific paths occur
# after the less specific paths, otherwise the ownership for the specific paths
# is not properly picked up in Github.
* @cilium/tophat
.github/workflows/ @cilium/github-sec @cilium/ci-structure
api/ @cilium/api
pkg/apisocket/ @cilium/api
pkg/monitor/payload @cilium/api
pkg/policy/api/ @cilium/api
pkg/proxy/accesslog @cilium/api
back to top