From 8b75e864a819f6c8106e7411b5d8c4383aece71d Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Mon, 15 May 2023 15:41:18 -0500 Subject: [PATCH] chore: workspace owned by all (#7935) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 83f28811b365..6858618c31d8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,3 +18,6 @@ # individual release versions manifest is unowned (to avoid notifying every team) .release-please-manifest-individual.json +# Owned by all +go.work +go.work.sum