Skip to content

Commit 81d43dd

Browse files
CODEOWNERS: Assign vendor/ to cilium-cli-maintainers
Most of the Go code has been moved to cilium/cilium repo [^1], and the only direct dependencies are cilium/cilium and google/gops at this point. I don't think it makes much sense to pull in the vendor team for reviewing new versions of cilium and / or gops. I'm imagining the new release process will look something like this: - Renovate picks up a new cilium/cilium pre-release from main branch. Pre-releases happen roughly once a month. - cilium-cli-maintainers team approves and merges the Renovate PR. - cilium-cli-maintainers team cuts a new cilium-cli release. [^1]: cilium/cilium#34178 Signed-off-by: Michi Mutsuzaki <[email protected]>
1 parent 62bd451 commit 81d43dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
/.github/tools/ @cilium/ci-structure
2121
/.github/workflows/ @cilium/github-sec @cilium/ci-structure
2222
/cmd/ @cilium/cli
23-
/go.sum @cilium/vendor
24-
/go.mod @cilium/vendor
23+
/go.sum @cilium/cilium-cli-maintainers
24+
/go.mod @cilium/cilium-cli-maintainers
2525
/stable-v0.14.txt @cilium/cilium-cli-maintainers
2626
/stable.txt @cilium/cilium-cli-maintainers
27-
/vendor/ @cilium/vendor
27+
/vendor/ @cilium/cilium-cli-maintainers

0 commit comments

Comments
 (0)