Skip to content

Commit

Permalink
Remove the vendor team from CODEOWNERS
Browse files Browse the repository at this point in the history
Now the only dependency is github.com/cilium/cilium [^1]. Let's not pull
in the vendor team for reviewing that.

[^1]: https://github.com/cilium/hubble/blob/5fcb8c343b65fb894c820b7558387d69cbdde446/go.mod#L5

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Oct 25, 2024
1 parent 5fcb8c3 commit fd0a385
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
# @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

0 comments on commit fd0a385

Please sign in to comment.