-
Notifications
You must be signed in to change notification settings - Fork 209
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (25 loc) · 1.23 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Code owners groups and a brief description of their areas:
# @cilium/ci-structure Continuous integration, testing
# @cilium/cilium-cli-maintainers Release-related files
# @cilium/cli Commandline interfaces
# @cilium/contributing Developer documentation & tools
# @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.)
# @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/cli
/CODEOWNERS @cilium/contributing
/README.md @cilium/cilium-cli-maintainers
/RELEASE.md @cilium/cilium-cli-maintainers
/.github/ @cilium/contributing
/.github/gcp-vm-startup.sh @cilium/ci-structure
/.github/kind-config*.yaml @cilium/ci-structure
/.github/tools/ @cilium/ci-structure
/.github/workflows/ @cilium/github-sec @cilium/ci-structure
/cmd/ @cilium/cli
/go.sum @cilium/cilium-cli-maintainers
/go.mod @cilium/cilium-cli-maintainers
/stable-v0.14.txt @cilium/cilium-cli-maintainers
/stable.txt @cilium/cilium-cli-maintainers
/vendor/ @cilium/cilium-cli-maintainers