forked from cilium/image-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
19 lines (18 loc) · 995 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Code owners groups assigned to this repository and a brief description of their areas:
# @cilium/build Building and packaging
# @cilium/ci-structure Continuous integration, testing
# @cilium/contributing Developer documentation & tools
# @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.)
# @cilium/loader All related to LLVM, bpftool, Cilium loader, templating, etc.
# @cilium/sig-datapath BPF Data Path
# 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/build
/.github/workflows/ @cilium/github-sec @cilium/ci-structure @cilium/build
/CODEOWNERS @cilium/contributing
/images/bpftool @cilium/loader
/images/checkpatch @cilium/sig-datapath
/images/llvm @cilium/loader
/images/iproute2 @cilium/loader
/images/test-verifier @cilium/loader