forked from cilium/hubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
16 lines (15 loc) · 873 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Code owners groups assigned to this repository and a brief description of their areas:
# @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/sig-hubble All related to Hubble (client and server)
# @cilium/vendor Vendoring, dependency management
# 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/sig-hubble
/.github/workflows/ @cilium/github-sec @cilium/ci-structure @cilium/sig-hubble
/CODEOWNERS @cilium/contributing @cilium/sig-hubble
/go.sum @cilium/vendor
/go.mod @cilium/vendor
/vendor/ @cilium/vendor