From 181de057f6e0de93f78cb146f2ac34c433f27556 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Fri, 25 Oct 2024 21:00:20 +0000 Subject: [PATCH] Remove the vendor team from CODEOWNERS 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 --- CODEOWNERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 114b2a61c..0e7dd50a6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,7 +3,6 @@ # @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 @@ -11,6 +10,3 @@ * @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