Skip to content

Commit

Permalink
CODEOWNERS: update teams following removal of non-sig teams
Browse files Browse the repository at this point in the history
Several teams were removed in favor of their sig-xxx equivalents. Update
CODEOWNERS accordingly.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Jul 27, 2022
1 parent e58f87c commit b714225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# @cilium/cli Commandline interfaces
# @cilium/contributing Developer documentation & tools
# @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.)
# @cilium/hubble Hubble integration
# @cilium/kubernetes K8s integration, K8s CNI plugin
# @cilium/sig-clustermesh Clustermesh and external workloads
# @cilium/sig-hubble Hubble integration
# @cilium/sig-k8s K8s integration, K8s CNI plugin
# @cilium/vendor Vendoring, dependency management

# The following filepaths should be sorted so that more specific paths occur
Expand All @@ -25,10 +25,10 @@
/cmd/ @cilium/cli
/clustermesh/ @cilium/sig-clustermesh
/connectivity/ @cilium/cli
/hubble/ @cilium/hubble
/hubble/ @cilium/sig-hubble
/install/azure.go @cilium/azure
/internal/cli/ @cilium/cli
/k8s/ @cilium/kubernetes
/k8s/ @cilium/sig-k8s
/go.sum @cilium/vendor
/go.mod @cilium/vendor
/vendor/ @cilium/vendor

0 comments on commit b714225

Please sign in to comment.