From 15e23998268e31520e3d93cbd106bd3228dea77f Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 2 Feb 2022 12:43:38 -0500 Subject: [PATCH] Update CODEOWNERS with new teams (#990) * Use the actions-cache team as owner of the cache package * Update CODEOWNERS --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f979488fd7..f82b14f20f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ * @actions/actions-runtime -/packages/artifact/ @actions/actions-service -/packages/cache/ @actions/actions-service +/packages/artifact/ @actions/artifacts-actions +/packages/cache/ @actions/actions-cache